Skip to content

Commit 326355d

Browse files
authored
Merge pull request #453 from github-community-projects/fix/uv-link-mode-warning
2 parents 52a3496 + 65dfff3 commit 326355d

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
@@ -28,6 +28,7 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
2828
CMD python3 -c "import os,sys; sys.exit(0 if os.path.exists('/action/workspace/contributors.py') else 1)"
2929

3030
ENV PYTHONUNBUFFERED=1
31+
ENV UV_LINK_MODE=copy
3132

3233
CMD ["/action/workspace/contributors.py"]
3334
ENTRYPOINT ["uv", "run", "--no-dev", "--project", "/action/workspace"]

0 commit comments

Comments
 (0)