Ver a proveniência

Fix: Add docker settings for collectstatic

pull/175/head
winkidney há 4 anos
ascendente
cometimento
8b3e834a7a
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      docker/scripts/start.sh

+ 1
- 1
docker/scripts/start.sh Ver ficheiro

@@ -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 ]


Carregando…
Cancelar
Guardar