frascuchon HF Staff commited on
Commit
a9d9dd6
·
verified ·
1 Parent(s): ae274d3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -2,9 +2,6 @@ FROM node:slim
2
 
3
  WORKDIR $HOME/app
4
 
5
- EXPOSE 9999
6
-
7
  RUN npx @playwright/mcp@latest --help
8
 
9
-
10
- CMD "npx @playwright/mcp@latest --port 9999"
 
2
 
3
  WORKDIR $HOME/app
4
 
 
 
5
  RUN npx @playwright/mcp@latest --help
6
 
7
+ CMD "npx @playwright/mcp@latest --port 7860"