Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|