Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Shraymonks committed Jul 9, 2023
1 parent 984cf03 commit b1bed72
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 @@ -14,7 +14,7 @@ RUN npm install -g pnpm
USER node
WORKDIR /usr/src/app/
COPY --chown=node:node package.json pnpm-lock.yaml .
RUN pnpm install
RUN pnpm install --ignore-scripts

FROM node:18.14.0-alpine
ENV NODE_ENV=production
Expand Down

0 comments on commit b1bed72

Please sign in to comment.