Skip to content

Commit

Permalink
npm run prune -> npm prune
Browse files Browse the repository at this point in the history
  • Loading branch information
almyy committed Nov 12, 2024
1 parent 838fdff commit de38829
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 @@ -23,7 +23,7 @@ COPY . .

RUN npm run orval
RUN npm run build
RUN npm run prune --production
RUN npm prune --production


FROM node:20-slim AS release
Expand Down

0 comments on commit de38829

Please sign in to comment.