mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
healthcheck cmd
This commit is contained in:
@ -20,6 +20,6 @@ EXPOSE 8443
|
|||||||
|
|
||||||
RUN chmod +x /entrypoint.sh
|
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"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
Reference in New Issue
Block a user