25.09.05
parent
d6696ff765
commit
2a4f5867b4
|
@ -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"]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue