From cc6f22843bf3fa556e30cf50b2d668f888e7eb36 Mon Sep 17 00:00:00 2001 From: fomys Date: Sat, 11 May 2019 14:28:02 +0200 Subject: [PATCH] Petite modif --- conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.sh b/conf.sh index 7ed61bf..af34e05 100644 --- a/conf.sh +++ b/conf.sh @@ -341,7 +341,7 @@ initialisation () { } start () { - pipenv run gunicorn wsgy + pipenv run gunicorn wsgy -b 0.0.0.0:8000 } configuration () {