mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 13:58:47 +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…
x
Reference in New Issue
Block a user