We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403cbbc commit 7095973Copy full SHA for 7095973
Dockerfile
@@ -14,4 +14,4 @@ RUN npm install
14
CMD sh boot.sh
15
16
ONBUILD ADD . /app/
17
-ONBUILD RUN cd /usr/src/app && npm install
+ONBUILD RUN cd /usr/src/app && npm install && npm install /app
boot.sh
@@ -1,5 +1,7 @@
1
#! /bin/sh
2
+
3
## Install new dependencies
4
+npm install /app
5
npm install
6
7
./node_modules/supervisor/lib/cli-wrapper.js \
0 commit comments