From 2036f8a9d5367910047ba74958805d944c39bc1f Mon Sep 17 00:00:00 2001 From: Dmytro Durach <979567+durach@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:22:57 +0300 Subject: [PATCH] fix(docker): path issue with Claude Code (#1018) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d56c3ec..c14416d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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