#!/usr/bin/env bash
# Docker entrypoint command

# Run supervisor to monitor and ensure gunicorn stays running
exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf -n
