mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Docker: Pass environment variables when calling supervisord
This commit is contained in:
@@ -19,7 +19,7 @@ fi
|
|||||||
python3 -m pretix migrate --noinput
|
python3 -m pretix migrate --noinput
|
||||||
|
|
||||||
if [ "$1" == "all" ]; then
|
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
|
fi
|
||||||
|
|
||||||
if [ "$1" == "webworker" ]; then
|
if [ "$1" == "webworker" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user