A-baoYang commited on
Commit
f854152
·
1 Parent(s): 484851b

Edit Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,6 +29,6 @@ RUN ls
29
 
30
  WORKDIR $HOME/app/autocrawler
31
 
32
- RUN pip install --no-cache-dir --upgrade -r /code/autocrawler/requirements.txt
33
 
34
  CMD ["python", "app.py"]
 
29
 
30
  WORKDIR $HOME/app/autocrawler
31
 
32
+ RUN pip install --no-cache-dir --upgrade -r $HOME/app/autocrawler/requirements.txt
33
 
34
  CMD ["python", "app.py"]