bug fixes for local deployment model

This commit is contained in:
2026-06-28 14:37:24 -07:00
parent 621e8bd7b6
commit 8ef1ac12c7
3 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ RUN mkdir -p /app/geo
COPY geo/ /app/geo/
EXPOSE 8000
CMD ["gunicorn", "app.main:app", "-k", "uvicorn.workers.UvicornWorker", "-b", "0.0.0.0:8000", "--workers", "2", "--timeout", "120"]
CMD ["gunicorn", "app.main:app", "-k", "uvicorn.workers.UvicornWorker", "-b", "0.0.0.0:8000", "--workers", "1", "--timeout", "120"]