A-baoYang commited on
Commit
8a3bef5
·
1 Parent(s): f854152

Edit Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -31,4 +31,6 @@ 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"]
 
31
 
32
  RUN pip install --no-cache-dir --upgrade -r $HOME/app/autocrawler/requirements.txt
33
 
34
+ RUN playwright install
35
+
36
  CMD ["python", "app.py"]