Skip to content

Commit f09f15b

Browse files
committed
fix healthcheck command
1 parent 043fbb9 commit f09f15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ FROM gcr.io/distroless/static-debian12
4444
VOLUME /opt/hasty-paste/data
4545

4646
CMD [ "./hasty-paste" ]
47-
HEALTHCHECK --interval=2m --timeout=5s --start-period=20s --start-interval=5s --retries=3
47+
HEALTHCHECK --interval=2m --timeout=5s --start-period=20s --start-interval=5s --retries=3 \
4848
CMD [ "./hasty-paste", "health-check" ]

0 commit comments

Comments
 (0)