Skip to content

Commit e54ea4e

Browse files
committed
fix
1 parent dc1c561 commit e54ea4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN curl -s https://s3pository.heroku.com/node/v$NODE_ENGINE/node-v$NODE_ENGINE-
2323
# Export the node path in .profile.d
2424
RUN echo "export PATH=\"/app/heroku/node/bin:/app/user/node_modules/.bin:\$PATH\"" > /app/.profile.d/nodejs.sh
2525

26-
RUN echo "export PKG_CONFIG_PATH\"=/app/.heroku/opencv/lib/pkgconfig\"" > /app/.profile.d/nodejs.sh
26+
RUN echo "export PKG_CONFIG_PATH=\"/app/.heroku/opencv/lib/pkgconfig\"" > /app/.profile.d/nodejs.sh
2727

2828
ONBUILD ADD package.json /app/user/
2929
ONBUILD RUN /app/heroku/node/bin/npm install

0 commit comments

Comments
 (0)