Spaces:
Runtime error
Runtime error
T1ckbase
commited on
Commit
Β·
a13a5c6
1
Parent(s):
5e05e7e
- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -10,6 +10,7 @@ WORKDIR /app
|
|
10 |
RUN chmod -R 777 /app
|
11 |
|
12 |
# ENV PLAYWRIGHT_BROWSERS_PATH=/app/node_modules/playwright/.local-browsers
|
|
|
13 |
|
14 |
# RUN deno install
|
15 |
|
|
|
10 |
RUN chmod -R 777 /app
|
11 |
|
12 |
# ENV PLAYWRIGHT_BROWSERS_PATH=/app/node_modules/playwright/.local-browsers
|
13 |
+
ENV PLAYWRIGHT_BROWSERS_PATH=/.cache/ms-playwright
|
14 |
|
15 |
# RUN deno install
|
16 |
|