We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686d3de commit 8963eb0Copy full SHA for 8963eb0
Dockerfile
@@ -71,4 +71,8 @@ HEALTHCHECK --interval=30s --timeout=3s \
71
72
ENV NO_VAR_RUNTUME=1
73
74
+# Attempt to fix `[email protected]` missing after build stage
75
+# by doing a redundant `npm install` at this stage
76
+RUN npm install
77
+
78
CMD ["npm", "start"]
0 commit comments