Fix arg passing to entrypoint
This commit is contained in:
parent
0e0f85cff9
commit
cf9a811c5e
|
@ -10,4 +10,4 @@ RUN true \
|
|||
|
||||
USER pretixuser
|
||||
|
||||
ENTRYPOINT /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
|
|
@ -44,4 +44,4 @@ broker=${CELERY_BROKER}
|
|||
EOF
|
||||
fi
|
||||
|
||||
exec pretix $@
|
||||
exec pretix "$@"
|
||||
|
|
Reference in a new issue