Skip to content

Commit 39ab220

Browse files
authored
Merge pull request #139 from github-community-projects/fix/dockerfile-no-dev-entrypoint
2 parents d36c338 + 37d73e4 commit 39ab220

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
@@ -29,4 +29,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
2929

3030
ENV PYTHONUNBUFFERED=1
3131
CMD ["/action/workspace/measure_innersource.py"]
32-
ENTRYPOINT ["uv", "run", "--project", "/action/workspace"]
32+
ENTRYPOINT ["uv", "run", "--no-dev", "--project", "/action/workspace"]

0 commit comments

Comments
 (0)