Skip to content

Commit b03e376

Browse files
committed
attempt #3 to fix healthcheck command
1 parent 4f507f3 commit b03e376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM scratch
22
ADD build /service
33
ENTRYPOINT ["/service"]
4-
HEALTHCHECK CMD ["/service","command:ping"]
4+
HEALTHCHECK CMD --interval=2s --timeout=10s --start-period=10s service command:ping
55
CMD ["run"]

0 commit comments

Comments
 (0)