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 dc1c561 commit e54ea4eCopy full SHA for e54ea4e
Dockerfile
@@ -23,7 +23,7 @@ RUN curl -s https://s3pository.heroku.com/node/v$NODE_ENGINE/node-v$NODE_ENGINE-
23
# Export the node path in .profile.d
24
RUN echo "export PATH=\"/app/heroku/node/bin:/app/user/node_modules/.bin:\$PATH\"" > /app/.profile.d/nodejs.sh
25
26
-RUN echo "export PKG_CONFIG_PATH\"=/app/.heroku/opencv/lib/pkgconfig\"" > /app/.profile.d/nodejs.sh
+RUN echo "export PKG_CONFIG_PATH=\"/app/.heroku/opencv/lib/pkgconfig\"" > /app/.profile.d/nodejs.sh
27
28
ONBUILD ADD package.json /app/user/
29
ONBUILD RUN /app/heroku/node/bin/npm install
0 commit comments