T1ckbase commited on
Commit
91a35c0
Β·
1 Parent(s): f11842a
Files changed (2) hide show
  1. Dockerfile +2 -2
  2. deno.json +1 -2
Dockerfile CHANGED
@@ -10,8 +10,8 @@ FROM denoland/deno:latest
10
  # RUN chmod -R 777 /app
11
 
12
  # ENV PLAYWRIGHT_BROWSERS_PATH=/app/node_modules/playwright/.local-browsers
13
- # ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
14
- ENV PLAYWRIGHT_BROWSERS_PATH=0
15
 
16
  RUN deno -A npm:playwright install --with-deps chromium
17
 
 
10
  # RUN chmod -R 777 /app
11
 
12
  # ENV PLAYWRIGHT_BROWSERS_PATH=/app/node_modules/playwright/.local-browsers
13
+ ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
14
+ # ENV PLAYWRIGHT_BROWSERS_PATH=0
15
 
16
  RUN deno -A npm:playwright install --with-deps chromium
17
 
deno.json CHANGED
@@ -10,6 +10,5 @@
10
  "semiColons": true,
11
  "singleQuote": true,
12
  "useTabs": false
13
- },
14
- "nodeModulesDir": "auto"
15
  }
 
10
  "semiColons": true,
11
  "singleQuote": true,
12
  "useTabs": false
13
+ }
 
14
  }