mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
docker-start - collect static js #1485
This commit is contained in:
parent
fdf3e3a333
commit
5a7f83798e
@ -39,6 +39,7 @@ echo "Running InvenTree database migrations and collecting static files..."
|
|||||||
python manage.py check || exit 1
|
python manage.py check || exit 1
|
||||||
python manage.py migrate --noinput || exit 1
|
python manage.py migrate --noinput || exit 1
|
||||||
python manage.py migrate --run-syncdb || exit 1
|
python manage.py migrate --run-syncdb || exit 1
|
||||||
|
python manage.py prerender || exit 1
|
||||||
python manage.py collectstatic --noinput || exit 1
|
python manage.py collectstatic --noinput || exit 1
|
||||||
python manage.py clearsessions || exit 1
|
python manage.py clearsessions || exit 1
|
||||||
|
|
||||||
|
@ -39,6 +39,7 @@ echo "Running InvenTree database migrations and collecting static files..."
|
|||||||
python manage.py check || exit 1
|
python manage.py check || exit 1
|
||||||
python manage.py migrate --noinput || exit 1
|
python manage.py migrate --noinput || exit 1
|
||||||
python manage.py migrate --run-syncdb || exit 1
|
python manage.py migrate --run-syncdb || exit 1
|
||||||
|
python manage.py prerender || exit 1
|
||||||
python manage.py collectstatic --noinput || exit 1
|
python manage.py collectstatic --noinput || exit 1
|
||||||
python manage.py clearsessions || exit 1
|
python manage.py clearsessions || exit 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user