mirror of
https://github.com/valitydev/redash.git
synced 2024-11-08 09:53:59 +00:00
Merge pull request #2054 from jezdez/docker-entrypoint-wildcard
Allow running any command inside the container via the docker entrypoint script.
This commit is contained in:
commit
340a23e71c
@ -72,7 +72,10 @@ case "$1" in
|
||||
tests)
|
||||
tests
|
||||
;;
|
||||
*)
|
||||
help)
|
||||
help
|
||||
;;
|
||||
*)
|
||||
exec "$@"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user