add api key

This commit is contained in:
xie7654
2025-07-10 16:24:33 +08:00
parent 65bdda6377
commit c6e41c92ee
7 changed files with 112 additions and 78 deletions

View File

@@ -15,6 +15,8 @@ COPY . .
RUN pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple
# 入口命令由 docker-compose 控制
# 数据库迁移
RUN python manage.py makemigrations && python manage.py migrate
# 收集静态文件
RUN python manage.py collectstatic --noinput