T1ckbase commited on
Commit
a13a5c6
Β·
1 Parent(s): 5e05e7e
Files changed (1) hide show
  1. 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