We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6ab273 + d785fd6 commit d7df500Copy full SHA for d7df500
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/measure_innersource.py') else 1)"
29
30
ENV PYTHONUNBUFFERED=1
31
+ENV UV_LINK_MODE=copy
32
CMD ["/action/workspace/measure_innersource.py"]
33
ENTRYPOINT ["uv", "run", "--no-dev", "--project", "/action/workspace"]
0 commit comments