We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c098c36 commit 17f6d71Copy full SHA for 17f6d71
1 file changed
a2a/git_issue_agent/Dockerfile
@@ -6,6 +6,7 @@ COPY . .
6
RUN uv sync --no-cache --locked --link-mode copy
7
8
ENV PRODUCTION_MODE=True \
9
+ HOME=/app \
10
RELEASE_VERSION=${RELEASE_VERSION}
11
12
RUN chown -R 1001:1001 /app
0 commit comments