We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06575b5 commit d7ca509Copy full SHA for d7ca509
Dockerfile
@@ -92,6 +92,6 @@ USER nobody
92
EXPOSE 8080
93
94
HEALTHCHECK --interval=5s --timeout=10s --start-period=5s --retries=3 \
95
- CMD "wget -O http://localhost:8080/health/live 2> /dev/null"
+ CMD wget --no-verbose --tries=1 --spider http://localhost:8080/health/live || exit 1
96
97
CMD ["/app/bin/server"]
0 commit comments