add api key
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user