添加项目说明图片, 修改打包oss配置

This commit is contained in:
xie7654
2025-07-05 09:59:05 +08:00
parent 361004918f
commit e14730bee7
18 changed files with 657 additions and 106 deletions

View File

@@ -31,3 +31,4 @@ CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
FROM base AS prod
CMD ["gunicorn", "backend.wsgi:application", "--bind", "0.0.0.0:8000"]