From f10c8761825c892781ba9e150b5a01bf881e64ad Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Mon, 1 Jul 2024 16:47:41 -0300 Subject: [PATCH] update docker-compose to docker compose --- build_and_push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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