Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,4 +23,4 @@ COPY . /app
|
|
23 |
EXPOSE 8001
|
24 |
|
25 |
# Command to run the app with Gunicorn and Uvicorn workers
|
26 |
-
CMD ["gunicorn", "-k", "uvicorn.workers.UvicornWorker", "--workers", "4", "--bind", "0.0.0.0:8001", "main:app"]
|
|
|
23 |
EXPOSE 8001
|
24 |
|
25 |
# Command to run the app with Gunicorn and Uvicorn workers
|
26 |
+
CMD ["gunicorn", "-k", "uvicorn.workers.UvicornWorker", "--workers", "4", "--bind", "0.0.0.0:8001", "main:app"]
|