diff --git a/Dockerfile b/Dockerfile index ab787256..4596830c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -91,7 +91,6 @@ RUN cd /usr/local/share/twitchautomator/server \ && yarn lint:ts \ && yarn build \ && yarn run generate-licenses \ - && rm -rf node_modules \ && rm -rf .yarn/cache \ && yarn cache clean --all @@ -101,7 +100,6 @@ RUN cd /usr/local/share/twitchautomator/client-vue \ && yarn \ && yarn build \ && yarn run generate-licenses \ - && rm -rf node_modules \ && rm -rf .yarn/cache \ && yarn cache clean --all