Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBrax committed Dec 4, 2022
1 parent 08cf8a7 commit 05e0c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ COPY --chown=node:node --chmod=775 ./twitch-vod-chat /usr/local/share/twitchauto
RUN cd /usr/local/share/twitchautomator/twitch-vod-chat \
&& yarn install --immutable --immutable-cache \
&& yarn build --base=/vodplayer \
&& yarn buildlib
&& yarn buildlib \
&& rm -rf node_modules \
&& rm -rf .yarn/cache \
&& yarn cache clean --all
Expand Down

0 comments on commit 05e0c14

Please sign in to comment.