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 043fbb9 commit f09f15bCopy full SHA for f09f15b
app/Dockerfile
@@ -44,5 +44,5 @@ FROM gcr.io/distroless/static-debian12
44
VOLUME /opt/hasty-paste/data
45
46
CMD [ "./hasty-paste" ]
47
- HEALTHCHECK --interval=2m --timeout=5s --start-period=20s --start-interval=5s --retries=3
+ HEALTHCHECK --interval=2m --timeout=5s --start-period=20s --start-interval=5s --retries=3 \
48
CMD [ "./hasty-paste", "health-check" ]
0 commit comments