1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01:00

healthcheck cmd

This commit is contained in:
Kyle Spearrin 2019-07-26 14:04:45 -04:00
parent b7f3fa0087
commit 2ea244c723

View File

@ -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"]