diff --git a/docker-auto-build.sh b/docker-auto-build.sh index 65797d5..f86db5b 100644 --- a/docker-auto-build.sh +++ b/docker-auto-build.sh @@ -6,6 +6,7 @@ cargo_targets="json-api" no_cargo_cache=false +ask_help=false mkdir -p bin/ # Statically built binaries make this part really easy @@ -35,7 +36,7 @@ build_cargo_targets() { -if [ -z $1 ];then +show_help() { cat <