Skip to content

Commit

Permalink
fix: try redundant npm install after build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelDeimos committed Jan 8, 2025
1 parent 686d3de commit 8963eb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,8 @@ HEALTHCHECK --interval=30s --timeout=3s \

ENV NO_VAR_RUNTUME=1

# Attempt to fix `[email protected]` missing after build stage
# by doing a redundant `npm install` at this stage
RUN npm install

CMD ["npm", "start"]

0 comments on commit 8963eb0

Please sign in to comment.