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 f9a1f63 commit 2a0eddaCopy full SHA for 2a0edda
Dockerfile
@@ -14,3 +14,4 @@ RUN echo 'export PYTHONPATH=${PYTHONPATH:-/app/.heroku/opencv/lib/python2.7/site
14
ONBUILD WORKDIR /app/user
15
ONBUILD ADD requirements.txt /app/user/
16
ONBUILD RUN /app/.heroku/python/bin/pip install -r requirements.txt
17
+ONBUILD ADD . /app/user/
0 commit comments