Skip to content

Commit 32492e3

Browse files
committed
add dummy package.json
1 parent 929c41c commit 32492e3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ RUN ./opencv_latest.sh
1111

1212
RUN echo "export PATH=\"/app/heroku/node/bin:/app/user/node_modules/.bin:\$PATH\"" > /app/.profile.d/nodejs.sh
1313

14+
ONBUILD ADD package.json /app/user/
1415
ONBUILD RUN /app/heroku/node/bin/npm install
1516
ONBUILD ADD . /app/user/

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
}

0 commit comments

Comments
 (0)