Test: disable contents of init.sh

This commit is contained in:
app 2022-09-24 13:45:40 +00:00
parent 19b115434f
commit bfe6fe610a
1 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
python manage.py migrate
gunicorn gmba_django.wsgi:application --bind [::]:8000
#!/bin/sh
#python manage.py migrate
#
#gunicorn gmba_django.wsgi:application --bind [::]:8000