mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-10-12 00:25:14 +03:00
fix(docker): path issue with Claude Code (#1018)
This commit is contained in:
@@ -51,6 +51,7 @@ FROM base
|
|||||||
ARG PLAYWRIGHT_BROWSERS_PATH
|
ARG PLAYWRIGHT_BROWSERS_PATH
|
||||||
ARG USERNAME=node
|
ARG USERNAME=node
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
ENV PLAYWRIGHT_MCP_OUTPUT_DIR=/tmp/playwright-output
|
||||||
|
|
||||||
# Set the correct ownership for the runtime user on production `node_modules`
|
# Set the correct ownership for the runtime user on production `node_modules`
|
||||||
RUN chown -R ${USERNAME}:${USERNAME} node_modules
|
RUN chown -R ${USERNAME}:${USERNAME} node_modules
|
||||||
|
|||||||
Reference in New Issue
Block a user