Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions infra/sandbox/images/mix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ WORKDIR ${PLAYWRIGHT_HOME}

# Install Playwright dependencies and Chromium
RUN npm init -y \
&& npm install @playwright/mcp --save \
&& npm install @ai-spider/playwright-mcp@0.0.2 --save \
&& npx playwright-core install-deps chromium \
&& npx playwright-core install --no-shell chromium \
&& npm cache clean --force \
Expand All @@ -44,7 +44,7 @@ RUN mkdir -p /opt/playwright-mcp/bin \
#!/bin/sh
if [ "$1" = "serve" ]; then
cd "${PLAYWRIGHT_HOME}"
exec npx @playwright/mcp \
exec npx @ai-spider/playwright-mcp@0.0.2 \
--headless \
--browser chromium \
--port 3000 \
Expand Down
Loading