Subham9126 commited on
Commit
3d6da94
·
verified ·
1 Parent(s): a3a9c23

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- "--allowed-origins", "*"]
 
 
 
 
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"]