Skip to content

Commit

Permalink
feat: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chasewoo committed Jun 8, 2024
1 parent 7b47e8b commit 64fd795
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 @@ -4,7 +4,7 @@ COPY . .
RUN npm ci
RUN npx nx reset cache
RUN npm run build
RUN npm run package
RUN npx nx run server:package

FROM node:18.17.0 AS platform
WORKDIR /usr/src/app
Expand Down

0 comments on commit 64fd795

Please sign in to comment.