modified push acr script
This commit is contained in:
parent
39df8c017b
commit
aae073d456
@ -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=(
|
||||||
|
Loading…
Reference in New Issue
Block a user