Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit 2a0edda

Browse files
committed
Revert "remove ONBUILD ADD"
This reverts commit f9a1f63.
1 parent f9a1f63 commit 2a0edda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ RUN echo 'export PYTHONPATH=${PYTHONPATH:-/app/.heroku/opencv/lib/python2.7/site
1414
ONBUILD WORKDIR /app/user
1515
ONBUILD ADD requirements.txt /app/user/
1616
ONBUILD RUN /app/.heroku/python/bin/pip install -r requirements.txt
17+
ONBUILD ADD . /app/user/

0 commit comments

Comments
 (0)