Fix entrypoint.sh
This commit is contained in:
parent
e1cf597f05
commit
5934705dc7
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -ex
|
||||
|
||||
rm -rf /app/static
|
||||
rm -rf /app/static/*
|
||||
python manage.py collectstatic
|
||||
python manage.py migrate
|
||||
|
||||
|
|
Loading…
Reference in New Issue