`--build` command does not look like it does anything in `compose.sh`
grantcurell opened this issue · 1 comments
grantcurell commented
It is set here:
;;
--build)
BUILD_ARG="--build --remove-orphans"
;;
It is later referenced here:
BUILD_ARG=
#eval set -- "start"
However, as far as I can tell the parameter is entirely vestigial.
grantcurell commented
I got it wrong - it will still allow you to force a rebuild