Skip to content

Commit

Permalink
Use npm ci in container
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvollebregt committed Oct 4, 2024
1 parent 19466a8 commit 0112a8b
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 @@ -20,7 +20,7 @@ COPY . .
# https://stackoverflow.com/a/72323758
RUN chown -R root:root .

RUN npm install && npm run build
RUN npm ci && npm run build
FROM debian:bullseye

LABEL fly_launch_runtime="nodejs"
Expand Down

0 comments on commit 0112a8b

Please sign in to comment.