소스 검색

Fix: Fix argument error for django setting module

pull/169/head
winkidney 5 년 전
committed by Isaac Bythewood
부모
커밋
7769a85634
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Dockerfile.autobuild

+ 1
- 1
Dockerfile.autobuild 파일 보기

@@ -52,7 +52,7 @@ RUN cd /srv/www/pinry/pinry-spa/ && yarn install && yarn build
# Fix permissions
RUN chown -R www-data:www-data /srv/www \
&& cd /srv/www/pinry \
&& python manage.py --settings=pinry.settings.docker collectstatic --noinput
&& python manage.py collectstatic --noinput --settings=pinry.settings.docker


# Load in all of our config files.


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