forked from Doma/docker-mopidy
Make entrypoint.sh the entrypoint.
Eventhou it is the ENTRYPOINT, it will just work as if it was the CMD because it exec all arguments.
This commit is contained in:
@@ -6,4 +6,4 @@ then
|
||||
export PULSE_COOKIE=$HOME/pulse.cookie
|
||||
fi
|
||||
|
||||
exec /usr/bin/mopidy $*
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user