diff --git a/Dockerfile b/Dockerfile index cba3f347..c3c542b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN yarn install --ignore-engines --immutable --no-cache --network-timeout 30000 COPY . ./ # Build initial app for production -RUN yarn build --mode production +RUN yarn build --mode production --no-clean # Production stage FROM node:20.11.1-alpine3.19