Skip to content

Commit

Permalink
added new lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmypillow committed Aug 21, 2024
1 parent a757983 commit 3e66315
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 336 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:lts-alpine
ENV NODE_ENV=production
WORKDIR /usr/src/app
RUN corepack enable
COPY ["package.json", "package-lock.json*", "npm-shrinkwrap.json*", "./"]
COPY ["package.json", "package-lock.json*", "pnpm-lock.json*", "./"]
RUN pnpm install --production --silent && mv node_modules ../
COPY . .
EXPOSE 3002
Expand Down
Loading

0 comments on commit 3e66315

Please sign in to comment.