Curl right URL to not create spam in the log

This commit is contained in:
ZKWolf 2023-07-21 17:34:41 +02:00
parent c405f550b6
commit a6f700a3e2

View File

@ -13,6 +13,6 @@ RUN apk add curl
EXPOSE 8080
HEALTHCHECK CMD curl --fail http://localhost:8080/
HEALTHCHECK CMD curl --fail http://localhost:8080/healthcheck
ENTRYPOINT ["python", "start_app.py"]