Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
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 |
|