Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ WORKDIR $HOME/app
|
|
4 |
|
5 |
EXPOSE 9999
|
6 |
|
7 |
-
RUN
|
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"
|