Skip to content

Commit

Permalink
build: update Dockerfile envs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasanchez committed Aug 11, 2023
1 parent 2268494 commit acc5a9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acc5a9e

Please sign in to comment.