We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f507f3 commit b03e376Copy full SHA for b03e376
Dockerfile
@@ -1,5 +1,5 @@
1
FROM scratch
2
ADD build /service
3
ENTRYPOINT ["/service"]
4
-HEALTHCHECK CMD ["/service","command:ping"]
+HEALTHCHECK CMD --interval=2s --timeout=10s --start-period=10s service command:ping
5
CMD ["run"]
0 commit comments