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