diff --git a/docker/scripts/start.sh b/docker/scripts/start.sh index 41e5565..f3f05fc 100755 --- a/docker/scripts/start.sh +++ b/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 ]