We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99b96b9 + ab72dea commit 4eebd57Copy full SHA for 4eebd57
1 file changed
Dockerfile
@@ -28,5 +28,6 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
28
CMD python3 -c "import os,sys; sys.exit(0 if os.path.exists('/action/workspace/issue_metrics.py') else 1)"
29
30
ENV PYTHONUNBUFFERED=1
31
+ENV UV_LINK_MODE=copy
32
CMD ["/action/workspace/issue_metrics.py"]
33
ENTRYPOINT ["uv", "run", "--no-dev", "--project", "/action/workspace"]
0 commit comments