davanstrien HF staff commited on
Commit
2995c02
1 Parent(s): 76a283e

Add log configuration to Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
19
 
20
  COPY . .
21
 
22
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
19
 
20
  COPY . .
21
 
22
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--log-config=log_conf.yaml"]