Subham9126 commited on
Commit
a315a30
·
verified ·
1 Parent(s): bdd4365

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -9,4 +9,7 @@ RUN npm init -y && \
9
 
10
  EXPOSE 7860
11
 
12
- CMD ["npx", "@playwright/mcp@latest", "--port", "7860", "--host", "0.0.0.0"]
 
 
 
 
9
 
10
  EXPOSE 7860
11
 
12
+ CMD ["npx", "@playwright/mcp@latest", \
13
+ "--port", "7860", \
14
+ "--host", "0.0.0.0", \
15
+ "--allowed-origins", "*","--help"]