master
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"]

View File

@ -2,6 +2,9 @@
--extra-index-url https://pypi.tuna.tsinghua.edu.cn/simple
fastapi~=0.116.1
pydantic~=2.11.7
pydantic_core~=2.33.2
starlette~=0.47.3
requests~=2.32.5
bs4~=0.0.2
beautifulsoup4~=4.13.5