We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10422a8 commit 3f5cbe2Copy full SHA for 3f5cbe2
Dockerfile
@@ -20,4 +20,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
20
21
ENV PYTHONUNBUFFERED=1
22
CMD ["/action/workspace/evergreen.py"]
23
-ENTRYPOINT ["uv", "run"]
+ENTRYPOINT ["uv", "run", "--project", "/action/workspace"]
0 commit comments