Skip to content

Commit

Permalink
install packages using npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LarmuseauNiels committed Mar 22, 2023
1 parent 6ab8e2a commit 523b961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion captain-definition
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"RUN mkdir -p /usr/src/app",
"WORKDIR /usr/src/app",
"COPY ./package.json /usr/src/app/",
"RUN npm install && npm cache clean --force",
"RUN npm ci && npm cache clean --force",
"COPY ./ /usr/src/app",
"RUN npx prisma generate",
"ENV NODE_ENV production",
Expand Down

0 comments on commit 523b961

Please sign in to comment.