2.5.0-pre5 更新文件目录,修复大量bug

This commit is contained in:
EstrellaXD
2022-06-13 01:02:55 +08:00
parent 87f9d48e89
commit 4a5eba53d9
24 changed files with 265 additions and 56 deletions

View File

@@ -11,6 +11,6 @@ ENV TZ=Asia/Shanghai
ADD ./auto_bangumi /auto_bangumi
ADD ./config /config
ADD ./templates /templates
CMD [ "python3", "app.py"]
CMD [ "uvicorn", "api:app", "--reload" ]
CMD [ "run.sh"]