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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR $HOME/app
4
 
5
  EXPOSE 9999
6
 
7
- RUN npm install -g @playwright/mcp@latest
8
 
9
 
10
  CMD "npx @playwright/mcp@latest --port 9999"
 
4
 
5
  EXPOSE 9999
6
 
7
+ RUN npx @playwright/mcp@latest --help
8
 
9
 
10
  CMD "npx @playwright/mcp@latest --port 9999"