diff --git a/infra/scripts/docker-build.sh b/infra/scripts/docker-build.sh index 9621e32f..3c080a9d 100644 --- a/infra/scripts/docker-build.sh +++ b/infra/scripts/docker-build.sh @@ -10,7 +10,7 @@ echo $5 echo $6 # Check if the required arguments are provided -if [ "$#" -ne 5 ]; then +if [ "$#" -ne 6 ]; then echo "Usage: docker-build.sh " exit 1 fi