KilersBotz commited on
Commit
643f78f
·
verified ·
1 Parent(s): 796ab61

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ COPY . .
13
  # Install dependencies
14
  RUN npm install
15
 
16
- # Install Playwright dependencies and browsers
17
  RUN npx playwright install --with-deps
18
 
19
  # Install additional dependencies for fonts
 
13
  # Install dependencies
14
  RUN npm install
15
 
16
+ # Install Playwright dependencies and browser
17
  RUN npx playwright install --with-deps
18
 
19
  # Install additional dependencies for fonts