This commit is contained in:
jinql
2025-09-03 21:57:10 +08:00
parent 452e110ee5
commit e54e69b940
6 changed files with 296 additions and 37 deletions

View File

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