Skip to content

Commit 89f300f

Browse files
authored
fix: prevent dev dependency downloads at runtime (#434)
1 parent e3b0091 commit 89f300f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

3232
CMD ["/action/workspace/contributors.py"]
33-
ENTRYPOINT ["uv", "run", "--project", "/action/workspace"]
33+
ENTRYPOINT ["uv", "run", "--no-dev", "--project", "/action/workspace"]

0 commit comments

Comments
 (0)