modified push acr script

This commit is contained in:
Santhosh S 2023-10-17 22:10:31 -04:00
parent 39df8c017b
commit aae073d456

View File

@ -15,7 +15,8 @@ echo "New directory: $current_directory"
relative_path="DamageAssesmentApi" relative_path="DamageAssesmentApi"
# Combine the current directory with the relative path to get the full path to docker-compose.yml # Combine the current directory with the relative path to get the full path to docker-compose.yml
composeFile="$current_directory/DamageAssesmentApi/docker-compose.yml" #composeFile="$current_directory/DamageAssesmentApi/docker-compose.yml"
composeFile="./DamageAssesmentApi/docker-compose.yml"
# List of services to build, tag, and push # List of services to build, tag, and push
services=( services=(