We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28aa70 commit 618fcffCopy full SHA for 618fcff
Dockerfile
@@ -16,4 +16,4 @@ RUN apt-get update && \
16
17
COPY ./src /app/src
18
19
-CMD ["gunicorn", "-c", "src/settings/gunicorn.py", "-w", "1", "--threads=2", "-k", "uvicorn.workers.UvicornWorker", "src.api:app", "--log-level", "Debug", "-b", "0.0.0.0:3000", "--timeout", "60", "--loop", "uvloop"]
+CMD ["gunicorn", "-c", "src/settings/gunicorn.py", "-w", "1", "--threads=2", "-k", "uvicorn.workers.UvicornWorker", "src.api:app", "--log-level", "Debug", "-b", "0.0.0.0:3000", "--timeout", "60"]
0 commit comments