From afe59c66cde0c729dc0866255a1569b6f9abd0f6 Mon Sep 17 00:00:00 2001 From: Gleb Sinyavskiy Date: Mon, 13 Feb 2023 00:41:00 +0100 Subject: [PATCH] Explicitly set ready_path --- base/Dockerfile.base | 1 + 1 file changed, 1 insertion(+) diff --git a/base/Dockerfile.base b/base/Dockerfile.base index a9db0f1..02604be 100644 --- a/base/Dockerfile.base +++ b/base/Dockerfile.base @@ -17,6 +17,7 @@ HEALTHCHECK --interval=5s CMD [ -e /tmp/.lock ] || exit 1 ENV fprocess="bundle exec falcon serve -b http://0.0.0.0 -p 4567 -n 1" ENV upstream_url="http://127.0.0.1:4567" +ENV ready_path="/_/ready" ENV mode="http" ENV APP_ENV="production" ENV ENVIRONMENT="production"