Skip to content

Commit acc5a9e

Browse files
committed
build: update Dockerfile envs
1 parent 2268494 commit acc5a9e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ ENV ENV=${ENV} \
1010
PYTHONFAULTHANDLER=1 \
1111
PIP_NO_CACHE_DIR=on \
1212
PIP_DEFAULT_TIMEOUT=100 \
13-
POETRY_VERSION=1.3.1
13+
POETRY_VERSION=1.3.1 \
14+
UVICORN_PORT=8000 \
15+
UVICORN_HOST=0.0.0.0 \
16+
UVICORN_RELOAD=0
1417

1518
# Deploy application
1619
WORKDIR $APP_DIR

0 commit comments

Comments
 (0)