rahulreshma commited on
Commit
6ecf419
·
verified ·
1 Parent(s): a4f7b8c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,5 +14,5 @@ RUN ls -l
14
  RUN chmod +x start.sh
15
  RUN python3 -m venv test
16
  RUN ls -l test
17
- RUN pip install -r requirements.txt
18
  CMD ["./start.sh"]
 
14
  RUN chmod +x start.sh
15
  RUN python3 -m venv test
16
  RUN ls -l test
17
+ RUN $(pwd)/test/bin/pip install -r requirements.txt
18
  CMD ["./start.sh"]