Docker entrypoint, run shell commands with -e
This commit is contained in:
parent
66810b20b0
commit
641b2309c0
1 changed files with 1 additions and 1 deletions
|
@ -49,5 +49,5 @@ celery)
|
|||
exec celery -A c3nav ${*:2}
|
||||
;;
|
||||
**)
|
||||
exec bash -c "$@"
|
||||
exec bash -ec "$@"
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue