Fix copy-pasta in entrypoint.sh

main
Luca 2 years ago
parent 495f90f28f
commit e0a9c17683

@ -9,7 +9,7 @@ case "$ROLE" in
rm -rf static/* rm -rf static/*
python manage.py collectstatic python manage.py collectstatic
python manage.py migrate python manage.py migrate
gunicorn shiftregister.wsgi -b 0.0.0.0:8000 "$@" gunicorn musicrate.wsgi -b 0.0.0.0:8000 "$@"
;; ;;
*) *)
echo 'unknown role "'"$ROLE"'"' >&2 echo 'unknown role "'"$ROLE"'"' >&2

Loading…
Cancel
Save