소스 검색

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 ]


불러오는 중...
취소
저장