We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728d5d8 commit 6640bbbCopy full SHA for 6640bbb
1 file changed
Dockerfile
@@ -21,4 +21,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
21
ENV PYTHONUNBUFFERED=1
22
23
CMD ["/action/workspace/cleanowners.py"]
24
-ENTRYPOINT ["uv", "run", "--project", "/action/workspace"]
+ENTRYPOINT ["uv", "run", "--no-dev", "--project", "/action/workspace"]
0 commit comments