1
0
mirror of https://github.com/bitwarden/server synced 2025-12-06 00:03:34 +00: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"]