diff --git a/Dockerfile b/Dockerfile index e081183..d4eb931 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \ ENV PYTHONUNBUFFERED=1 CMD ["/action/workspace/evergreen.py"] -ENTRYPOINT ["uv", "run", "--project", "/action/workspace"] +ENTRYPOINT ["uv", "run", "--no-dev", "--project", "/action/workspace"]