Removed nginx container. Added supervisord and nginx to build.
This commit is contained in:
3
app/entrypoint.sh
Normal file → Executable file
3
app/entrypoint.sh
Normal file → Executable file
@@ -11,6 +11,5 @@ python manage.py collectstatic --noinput
|
||||
python manage.py migrate --noinput
|
||||
python manage.py ensure_admin
|
||||
|
||||
exec gunicorn keywarden.wsgi:application --bind 0.0.0.0:80 --workers 3
|
||||
|
||||
exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user