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

Commit f9a1f63

Browse files
committed
remove ONBUILD ADD
1 parent c00d3c4 commit f9a1f63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ 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)