kltn20133118 commited on
Commit
fccabdf
·
verified ·
1 Parent(s): 9b53592

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ RUN mkdir -p /code/.cache && chmod -R 777 /code
23
  COPY ./requirements.txt /code/requirements.txt
24
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
25
  RUN pip install playwright
26
- RUN playwright install-deps
27
 
28
  COPY . .
29
 
 
23
  COPY ./requirements.txt /code/requirements.txt
24
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
25
  RUN pip install playwright
26
+ RUN playwright install
27
 
28
  COPY . .
29