Skip to content

Commit

Permalink
🐳 Updates build command, to not remove pre-existing dist (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed May 11, 2024
1 parent 07dbccc commit 9b60229
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 @@ -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
Expand Down

0 comments on commit 9b60229

Please sign in to comment.