summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 42f7985..bd7f189 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,4 +4,4 @@ COPY . /app
WORKDIR /app
RUN pip install -r ./requirements.txt
-CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0"] \ No newline at end of file
+CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--log-config", "./log_config.json"] \ No newline at end of file