Remove healthcheck #676
This commit is contained in:
parent
88d8fa56fb
commit
de9a192ba4
2 changed files with 0 additions and 6 deletions
|
|
@ -3,8 +3,5 @@ FROM alpine:3.21
|
|||
WORKDIR /app
|
||||
COPY glance .
|
||||
|
||||
HEALTHCHECK --timeout=10s --start-period=60s --interval=60s \
|
||||
CMD wget --spider -q http://localhost:8080/api/healthz
|
||||
|
||||
EXPOSE 8080/tcp
|
||||
ENTRYPOINT ["/app/glance", "--config", "/app/config/glance.yml"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue