forked from MDCPS/DamageAssessment_Backend
		
	Updated relative path
This commit is contained in:
		| @ -5,7 +5,7 @@ current_directory="$(pwd)" | ||||
| echo "Current directory: $current_directory" | ||||
|  | ||||
| # Navigate one folder up | ||||
| cd .. | ||||
| #cd .. | ||||
|  | ||||
| # Get and display the new working directory | ||||
| current_directory="$(pwd)" | ||||
| @ -16,7 +16,7 @@ relative_path="DamageAssesmentApi" | ||||
|  | ||||
| # 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="./DamageAssesmentApi/docker-compose.yml" | ||||
| composeFile="../DamageAssesmentApi/docker-compose.yml" | ||||
|  | ||||
| # List of services to build, tag, and push | ||||
| services=( | ||||
| @ -51,4 +51,4 @@ echo "Current directory: $current_directory" | ||||
|  | ||||
| # Wait for a keypress | ||||
| #echo "Press any key to continue..." | ||||
| #read -n 1 -s -r -p "" | ||||
| read -n 1 -s -r -p "" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user