This commit is contained in:
5
entrypoint.sh
Normal file
5
entrypoint.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
gunicorn config.wsgi:application -k gevent
|
||||
|
||||
exit $?
|
||||
Reference in New Issue
Block a user