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