update docker-compose to docker compose

This commit is contained in:
Eduardo Silva 2024-07-01 16:47:41 -03:00
parent 10cc93c8ce
commit f10c876182

View File

@ -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