diff --git a/hosting/single/Dockerfile b/hosting/single/Dockerfile index e5f91bb314..b9ceb1ec1c 100644 --- a/hosting/single/Dockerfile +++ b/hosting/single/Dockerfile @@ -26,7 +26,7 @@ RUN ./scripts/removeWorkspaceDependencies.sh # We will never want to sync pro, but the script is still required RUN echo '' > scripts/syncProPackage.js RUN jq 'del(.scripts.postinstall)' package.json > temp.json && mv temp.json package.json -RUN yarn install --production && yarn cache clean +RUN yarn install --production # copy the actual code COPY packages/server/dist packages/server/dist