Niansuh commited on
Commit
1015c19
·
verified ·
1 Parent(s): f835400

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,4 +25,4 @@ COPY . /app
25
  EXPOSE 8001
26
 
27
  # Command to run the app with Gunicorn and Uvicorn workers
28
- CMD ["gunicorn", "-k", "uvicorn.workers.UvicornWorker", "--workers", "4", "--bind", "0.0.0.0:8001", "main:app"]
 
25
  EXPOSE 8001
26
 
27
  # Command to run the app with Gunicorn and Uvicorn workers
28
+ CMD ["gunicorn", "-k", "uvicorn.workers.UvicornWorker", "--workers", "4", "--bind", "0.0.0.0:8001", "main:app"]