From acc5a9e3c7532ba4bea8c2ea795aaad9f3455619 Mon Sep 17 00:00:00 2001 From: Tomas Sanchez Date: Thu, 10 Aug 2023 21:21:42 -0300 Subject: [PATCH] build: update Dockerfile envs --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1954409..4eabeaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,10 @@ ENV ENV=${ENV} \ PYTHONFAULTHANDLER=1 \ PIP_NO_CACHE_DIR=on \ PIP_DEFAULT_TIMEOUT=100 \ - POETRY_VERSION=1.3.1 + POETRY_VERSION=1.3.1 \ + UVICORN_PORT=8000 \ + UVICORN_HOST=0.0.0.0 \ + UVICORN_RELOAD=0 # Deploy application WORKDIR $APP_DIR