Skip to content

Commit 553a84e

Browse files
authored
Merge pull request #537 from github-community-projects/fix/uv-link-mode-warning
2 parents b7d889e + 337ffcd commit 553a84e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
1919
CMD python3 -c "import os,sys; sys.exit(0 if os.path.exists('/action/workspace/evergreen.py') else 1)"
2020

2121
ENV PYTHONUNBUFFERED=1
22+
ENV UV_LINK_MODE=copy
2223
CMD ["/action/workspace/evergreen.py"]
2324
ENTRYPOINT ["uv", "run", "--no-dev", "--project", "/action/workspace"]

0 commit comments

Comments
 (0)