There was an error while loading. Please reload this page.
1 parent 4a381df commit 0393b2aCopy full SHA for 0393b2a
1 file changed
backend/Dockerfile
@@ -22,4 +22,4 @@ EXPOSE 8001
22
ENV PYTHONDONTWRITEBYTECODE=1
23
ENV PYTHONUNBUFFERED=1
24
25
-CMD ["poetry", "run", "gunicorn", "-b", "0.0.0.0:8000", "-k", "uvicorn.workers.UvicornWorker", "acidwatch_api.app:app"]
+CMD ["poetry", "run", "uvicorn", "acidwatch_api.app:app", "--host", "0.0.0.0", "--port", "8000"]
0 commit comments