Skip to content

Commit

Permalink
npm ci is broken in npm 6
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy authored Jan 23, 2024
1 parent 4833eef commit 8a45308
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 @@ -9,7 +9,7 @@ RUN apk add g++ make python3 --no-cache
# install only production modules
COPY package.json package-lock.json .
RUN npm --version
RUN npm ci
RUN npm i

FROM base AS deploy

Expand Down

0 comments on commit 8a45308

Please sign in to comment.