T1ckbase commited on
Commit
0fff9b8
Β·
1 Parent(s): 4477219
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -14,10 +14,10 @@ ENV PLAYWRIGHT_BROWSERS_PATH=/app/node_modules/playwright/.local-browsers
14
  # Copy source
15
  COPY . .
16
 
17
- RUN deno -A npm:playwright install --with-deps chromium
18
-
19
  RUN chmod -R 777 /app
20
 
 
 
21
  # Compile the main app
22
  RUN deno cache main.ts
23
 
 
14
  # Copy source
15
  COPY . .
16
 
 
 
17
  RUN chmod -R 777 /app
18
 
19
+ RUN deno -A npm:playwright install --with-deps chromium
20
+
21
  # Compile the main app
22
  RUN deno cache main.ts
23