Niansuh commited on
Commit
3790034
·
verified ·
1 Parent(s): 3eec113

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ RUN pip install --no-cache-dir --upgrade pip && \
15
  EXPOSE 8001
16
 
17
  # Command to run the app with Gunicorn and Uvicorn workers
18
- CMD ["gunicorn", "-k", "uvicorn.workers.UvicornWorker", "--workers", "4", "--bind", "0.0.0.0:8001", "main:app"]
 
15
  EXPOSE 8001
16
 
17
  # Command to run the app with Gunicorn and Uvicorn workers
18
+ CMD ["gunicorn", "-k", "uvicorn.workers.UvicornWorker", "--workers", "4", "--bind", "0.0.0.0:8001", "main:app"]