fix(docker): path issue with Claude Code (#1018)

This commit is contained in:
Dmytro Durach
2025-09-08 21:22:57 +03:00
committed by GitHub
parent 38f0222d0e
commit 2036f8a9d5

View File

@@ -51,6 +51,7 @@ FROM base
ARG PLAYWRIGHT_BROWSERS_PATH
ARG USERNAME=node
ENV NODE_ENV=production
ENV PLAYWRIGHT_MCP_OUTPUT_DIR=/tmp/playwright-output
# Set the correct ownership for the runtime user on production `node_modules`
RUN chown -R ${USERNAME}:${USERNAME} node_modules