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:
Werner Beroux
2015-07-08 14:57:11 +02:00
parent 70e1af0961
commit 1fa077c2d5
2 changed files with 3 additions and 2 deletions

View File

@@ -6,4 +6,4 @@ then
export PULSE_COOKIE=$HOME/pulse.cookie
fi
exec /usr/bin/mopidy $*
exec "$@"