Docker entrypoint, run shell commands with -e

This commit is contained in:
Jenny Danzmayr 2023-07-19 16:37:55 +02:00
parent 66810b20b0
commit 641b2309c0

View file

@ -49,5 +49,5 @@ celery)
exec celery -A c3nav ${*:2}
;;
**)
exec bash -c "$@"
exec bash -ec "$@"
esac