We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4bff8 commit 7f0df4eCopy full SHA for 7f0df4e
Dockerfile
@@ -20,7 +20,6 @@ USER appuser
20
# Add a simple healthcheck to satisfy container scanners
21
HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
22
CMD python3 -c "import os,sys; sys.exit(0 if os.path.exists('/action/workspace/evergreen.py') else 1)"
23
->>>>>>> 378e6a0 (fix: linting)
24
25
CMD ["/action/workspace/evergreen.py"]
26
ENTRYPOINT ["python3", "-u"]
0 commit comments