Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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"
|
|