proxy: fix broken docker healthcheck
This commit is contained in:
parent
ac88bd5d44
commit
9954eeac86
|
@ -11,6 +11,6 @@ FROM gcr.io/distroless/base-debian10:debug
|
||||||
|
|
||||||
COPY --from=builder /work/proxy /
|
COPY --from=builder /work/proxy /
|
||||||
|
|
||||||
HEALTHCHECK CMD [ "wget", "spider", "http://localhost:4180/pbprox/ping" ]
|
HEALTHCHECK CMD [ "wget", "--spider", "http://localhost:4180/pbprox/ping" ]
|
||||||
|
|
||||||
ENTRYPOINT ["/proxy"]
|
ENTRYPOINT ["/proxy"]
|
||||||
|
|
Reference in New Issue