Docker: Pass environment variables when calling supervisord

This commit is contained in:
Raphael Michel
2020-07-30 16:22:37 +02:00
parent 0f3f15a736
commit c15344ced2

View File

@@ -19,7 +19,7 @@ fi
python3 -m pretix migrate --noinput
if [ "$1" == "all" ]; then
exec sudo /usr/bin/supervisord -n -c /etc/supervisord.conf
exec sudo -E /usr/bin/supervisord -n -c /etc/supervisord.conf
fi
if [ "$1" == "webworker" ]; then