Skip to content

Commit 6640bbb

Browse files
authored
fix: prevent dev dependency downloads at runtime (#361)
1 parent 728d5d8 commit 6640bbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
2121
ENV PYTHONUNBUFFERED=1
2222

2323
CMD ["/action/workspace/cleanowners.py"]
24-
ENTRYPOINT ["uv", "run", "--project", "/action/workspace"]
24+
ENTRYPOINT ["uv", "run", "--no-dev", "--project", "/action/workspace"]

0 commit comments

Comments
 (0)