We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782e22b commit f0d87aaCopy full SHA for f0d87aa
1 file changed
Dockerfile
@@ -30,4 +30,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
30
ENV PYTHONUNBUFFERED=1
31
32
CMD ["/action/workspace/contributors.py"]
33
-ENTRYPOINT ["uv", "run"]
+ENTRYPOINT ["uv", "run", "--project", "/action/workspace"]
0 commit comments