Fixed endpoint url healthcheck

This commit is contained in:
ZKWolf 2023-09-16 04:23:11 +02:00
parent 836ca1cfcc
commit 46795e3ea5

View File

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