diff --git a/Dockerfile b/Dockerfile index 4602028..ef40b25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]