瀏覽代碼

Fix: Add docker settings for collectstatic

pull/175/head
winkidney 4 年之前
父節點
當前提交
8b3e834a7a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      docker/scripts/start.sh

+ 1
- 1
docker/scripts/start.sh 查看文件

@@ -14,7 +14,7 @@ bash ${PROJECT_ROOT}/docker/scripts/bootstrap.sh

# If static files don't exist collect them
cd ${PROJECT_ROOT}
python manage.py collectstatic --noinput
python manage.py collectstatic --noinput --settings=pinry.settings.docker

# If database doesn't exist yet create it
if [ ! -f /data/production.db ]


Loading…
取消
儲存