Remove 3 from python3 in entrypoint.sh
This commit is contained in:
parent
eb5d95151c
commit
1ce203f2ea
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
python3 manage.py migrate --noinput
|
python manage.py migrate --noinput
|
||||||
python3 manage.py collectstatic --noinput
|
python manage.py collectstatic --noinput
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
Loading…
Reference in New Issue