compress static files
All checks were successful
Build and Push Docker Image / build (push) Successful in 14s
All checks were successful
Build and Push Docker Image / build (push) Successful in 14s
This commit is contained in:
parent
0d37e6fd8e
commit
1573393311
@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
python manage.py collectstatic
|
||||
python manage.py compress
|
||||
python manage.py migrate
|
||||
|
||||
exec "$@"
|
Loading…
x
Reference in New Issue
Block a user