Skip to content

Commit

Permalink
Can't use npm ci because no lockfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
micromaomao committed Dec 30, 2023
1 parent 7b34eaa commit da42d1d
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 chown -R node:node /usr/src/app && \
USER node:node

COPY --chown=node:node . .
RUN npm ci
RUN npm i --progress=false --loglevel=warn
EXPOSE 80 443
STOPSIGNAL SIGTERM
HEALTHCHECK --timeout=2s CMD curl -f https://localhost/
Expand Down

0 comments on commit da42d1d

Please sign in to comment.