Skip to content
Snippets Groups Projects
entrypoint.sh 153 B
#!/bin/bash

set -x

# Start supervisor
/usr/bin/supervisord -c /etc/supervisor/supervisord.conf

#Start bash to enable an interactive session
/bin/bash