From bfe6fe610a61eafe8182ed03801ff1d782e87104 Mon Sep 17 00:00:00 2001 From: app Date: Sat, 24 Sep 2022 13:45:40 +0000 Subject: [PATCH] Test: disable contents of init.sh --- init.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init.sh b/init.sh index f40decd..17138bd 100755 --- a/init.sh +++ b/init.sh @@ -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