From 54742986fdfe01ad14b1dd610ed46eb9825b9c9b Mon Sep 17 00:00:00 2001 From: gpopesc Date: Wed, 11 Aug 2021 22:08:32 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27e1a58..e73fbd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,7 +73,7 @@ RUN chown 102:102 app/static/build EXPOSE $EXPOSE_PORT HEALTHCHECK --interval=30s --timeout=5s \ - CMD curl -f http://localhost:${EXPOSE_PORT}/healthz || exit 1 + CMD curl -f http://127.0.0.1:5000/healthz || exit 1 #CMD misc/tor/start-tor.sh & ./run CMD ./run