mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01:00
healthcheck cmd
This commit is contained in:
parent
b7f3fa0087
commit
2ea244c723
@ -20,6 +20,6 @@ EXPOSE 8443
|
||||
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
HEALTHCHECK curl -L -f http://localhost/alive || exit 1
|
||||
HEALTHCHECK CMD curl -L -f http://localhost/alive || exit 1
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user