Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,4 +12,4 @@ EXPOSE 7860
|
|
| 12 |
CMD ["npx", "@playwright/mcp@latest", \
|
| 13 |
"--port", "7860", \
|
| 14 |
"--host", "0.0.0.0", \
|
| 15 |
-
"--allowed-origins", "*"
|
|
|
|
| 12 |
CMD ["npx", "@playwright/mcp@latest", \
|
| 13 |
"--port", "7860", \
|
| 14 |
"--host", "0.0.0.0", \
|
| 15 |
+
"--allowed-origins", "*"]
|