Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/playwright/python:v1.44.0-jammy
|
|
3 |
WORKDIR /app
|
4 |
|
5 |
RUN pip install --no-cache-dir flask requests curl_cffi werkzeug loguru dotenv
|
6 |
-
run playwright install --with-deps chromium
|
7 |
|
8 |
COPY . .
|
9 |
|
|
|
3 |
WORKDIR /app
|
4 |
|
5 |
RUN pip install --no-cache-dir flask requests curl_cffi werkzeug loguru dotenv
|
6 |
+
run python -m playwright install --with-deps chromium
|
7 |
|
8 |
COPY . .
|
9 |
|