kltn20133118 commited on
Commit
a2d5fac
·
verified ·
1 Parent(s): 5b3242c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -55,7 +55,7 @@ ENV PYTHONUNBUFFERED=1 \
55
 
56
 
57
  # Cài đặt Playwright và các phần phụ thuộc
58
- RUN pip install --no-cache-dir -r requirements.txt
59
  RUN pip install playwright
60
  RUN playwright install
61
  RUN playwright install-deps
 
55
 
56
 
57
  # Cài đặt Playwright và các phần phụ thuộc
58
+ RUN pip install --no-cache-dir -r ./requirements.txt
59
  RUN pip install playwright
60
  RUN playwright install
61
  RUN playwright install-deps