We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7d889e + 337ffcd commit 553a84eCopy full SHA for 553a84e
Dockerfile
@@ -19,5 +19,6 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
19
CMD python3 -c "import os,sys; sys.exit(0 if os.path.exists('/action/workspace/evergreen.py') else 1)"
20
21
ENV PYTHONUNBUFFERED=1
22
+ENV UV_LINK_MODE=copy
23
CMD ["/action/workspace/evergreen.py"]
24
ENTRYPOINT ["uv", "run", "--no-dev", "--project", "/action/workspace"]
0 commit comments