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 05b68c0 commit 929c41cCopy full SHA for 929c41c
Dockerfile
@@ -11,6 +11,5 @@ 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/
0 commit comments