diff --git a/Dockerfile b/Dockerfile index 6342e2e1..fd9d2fc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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