We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b0091 commit 89f300fCopy full SHA for 89f300f
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", "--project", "/action/workspace"]
+ENTRYPOINT ["uv", "run", "--no-dev", "--project", "/action/workspace"]
0 commit comments