Updated with folder path
This commit is contained in:
parent
f321641870
commit
7b821decbd
@ -1,7 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Specify the path to your docker-compose.yml
|
||||
composeFile="C:/Users/santh/OneDrive/Desktop/DOCKERS/ubuntu/Sprint6/C1011/Backend-API-Services/DamageAssesmentApi/docker-compose.yml"
|
||||
# Get the current working directory
|
||||
current_directory="$(pwd)"
|
||||
|
||||
# Specify the relative path to the docker-compose.yml
|
||||
relative_path="Backend-API-Services/DamageAssesmentApi/docker-compose.yml"
|
||||
|
||||
# Combine the current directory with the relative path to get the full path to docker-compose.yml
|
||||
composeFile="$current_directory/$relative_path"
|
||||
|
||||
# List of services to build, tag, and push
|
||||
services=(
|
||||
|
Loading…
Reference in New Issue
Block a user