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 929c41c commit 32492e3Copy full SHA for 32492e3
Dockerfile
@@ -11,5 +11,6 @@ RUN ./opencv_latest.sh
11
12
RUN echo "export PATH=\"/app/heroku/node/bin:/app/user/node_modules/.bin:\$PATH\"" > /app/.profile.d/nodejs.sh
13
14
+ONBUILD ADD package.json /app/user/
15
ONBUILD RUN /app/heroku/node/bin/npm install
16
ONBUILD ADD . /app/user/
package.json
@@ -0,0 +1,2 @@
1
+{
2
+}
0 commit comments