Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy authored Jan 23, 2024
1 parent 8a45308 commit f10e4f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apk add g++ make python3 --no-cache
# install only production modules
COPY package.json package-lock.json .
RUN npm --version
# npm ci is broken, use npm i
RUN npm i

FROM base AS deploy
Expand Down

0 comments on commit f10e4f3

Please sign in to comment.