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