chansung commited on
Commit
370254e
1 Parent(s): 94641ea
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -46,7 +46,7 @@ ENV HOME=/home/user \
46
  PATH=/home/user/.local/bin:$PATH
47
 
48
  COPY app app
49
- RUN pip install -r requirements.txt
50
 
51
  ENTRYPOINT ["/bin/bash"]
52
  CMD ["entrypoint.sh"]
 
46
  PATH=/home/user/.local/bin:$PATH
47
 
48
  COPY app app
49
+ RUN pip install -r app/requirements.txt
50
 
51
  ENTRYPOINT ["/bin/bash"]
52
  CMD ["entrypoint.sh"]