Removed nginx container. Added supervisord and nginx to build.
This commit is contained in:
4
app/scripts/gunicorn.sh
Executable file
4
app/scripts/gunicorn.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
exec gunicorn keywarden.wsgi:application --bind 0.0.0.0:8000 --workers 3
|
||||
Reference in New Issue
Block a user