small
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec gunicorn -w 4 -b 0.0.0.0:5000 'app:create_app()'
|
||||
exec gunicorn -c gunicorn.conf.py --no-control-socket -w 4 -b 0.0.0.0:5000 'app:create_app()'
|
||||
|
||||
Reference in New Issue
Block a user