mirror of
https://github.com/pretix/pretix.git
synced 2026-02-13 04:12:25 +00:00
Docker: Pass environment variables when calling supervisord
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user