Remove the health check

I should have checked to ensure the container had `curl` first! Because it does not, this causes the healthcheck to fail :( Sorry for the bad pull request
This commit is contained in:
goose-ws 2021-01-21 05:31:55 -05:00 committed by GitHub
parent e62ae7b6d6
commit 8f1009d352
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,3 @@ EXPOSE 8000 8001
ADD startup.sh /usr/bin/startup.sh
ENTRYPOINT ["/usr/bin/startup.sh"]
# healthcheck
HEALTHCHECK CMD curl -sL --fail localhost:8000 || exit 1