StarrySkyWorld commited on
Commit
2302703
·
verified ·
1 Parent(s): 3815f80

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -15,6 +15,7 @@ WORKDIR /app
15
 
16
  RUN npm install @playwright/mcp@latest
17
  RUN npx playwright install chromium
 
18
 
19
  COPY start.sh /app/start.sh
20
  RUN chmod +x /app/start.sh
 
15
 
16
  RUN npm install @playwright/mcp@latest
17
  RUN npx playwright install chromium
18
+ RUN npx playwright install chrome
19
 
20
  COPY start.sh /app/start.sh
21
  RUN chmod +x /app/start.sh