This commit is contained in:
jinql
2025-09-05 23:51:24 +08:00
parent d6696ff765
commit 2a4f5867b4
2 changed files with 3 additions and 1 deletions

View File

@@ -33,5 +33,4 @@ VOLUME ["/app/data", "/app/conf", "/app/logs"]
ENTRYPOINT ["/app/entrypoint.sh"]
# CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
CMD ["gunicorn", "-c", "conf/gunicorn.conf.py", "main:app"]