Update Dockerfile
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
|
@@ -12,4 +12,7 @@ EXPOSE 7860
|
|
| 12 |
CMD ["npx", "@playwright/mcp@latest", \
|
| 13 |
"--port", "7860", \
|
| 14 |
"--host", "0.0.0.0", \
|
| 15 |
-
"--
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
CMD ["npx", "@playwright/mcp@latest", \
|
| 13 |
"--port", "7860", \
|
| 14 |
"--host", "0.0.0.0", \
|
| 15 |
+
"--headless", \
|
| 16 |
+
"--no-sandbox", \
|
| 17 |
+
"--allowed-hosts", "*", \
|
| 18 |
+
"--isolated"]
|