mirror of
https://github.com/pinry/pinry.git
synced 2025-11-13 08:35:41 +01:00
Fix: Add docker settings for collectstatic
This commit is contained in:
@@ -14,7 +14,7 @@ bash ${PROJECT_ROOT}/docker/scripts/bootstrap.sh
|
|||||||
|
|
||||||
# If static files don't exist collect them
|
# If static files don't exist collect them
|
||||||
cd ${PROJECT_ROOT}
|
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 database doesn't exist yet create it
|
||||||
if [ ! -f /data/production.db ]
|
if [ ! -f /data/production.db ]
|
||||||
|
|||||||
Reference in New Issue
Block a user