diff --git a/build_and_push.sh b/build_and_push.sh index 9614bb3..e052ebb 100755 --- a/build_and_push.sh +++ b/build_and_push.sh @@ -9,7 +9,7 @@ IMAGES=( build_images() { echo "Starting the build of the images..." - docker-compose -f docker-compose-build.yml build + docker compose -f docker-compose-build.yml build if [ $? -eq 0 ]; then echo "Build completed successfully." else