forked from MDCPS/DamageAssessment_Backend
		
	Updated relative path
This commit is contained in:
		| @ -4,21 +4,21 @@ | ||||
| current_directory="$(pwd)" | ||||
|  | ||||
| # Specify the relative path to the docker-compose.yml | ||||
| relative_path="Backend-API-Services/DamageAssesmentApi/docker-compose.yml" | ||||
| relative_path="Backend-API-Services/DamageAssesmentApi" | ||||
|  | ||||
| # Combine the current directory with the relative path to get the full path to docker-compose.yml | ||||
| composeFile="$current_directory/$relative_path" | ||||
| composeFile="$current_directory/$relative_path/docker-compose.yml" | ||||
|  | ||||
| # List of services to build, tag, and push | ||||
| services=( | ||||
|   "damageassesmentapianswers" | ||||
|   "damageassesmentapiattachments" | ||||
|   "damageassesmentapiemployees" | ||||
|   "damageassesmentapilocations" | ||||
|   "damageassesmentapiquestions" | ||||
|   "damageassesmentapisurveys" | ||||
|   "damageassesmentapidoculinks" | ||||
|   "damageassesmentapiresponses" | ||||
|   "damageassesment.api.answers" | ||||
|   "damageassesment.api.attachments" | ||||
|   "damageassesment.api.employees" | ||||
|   "damageassesment.api.locations" | ||||
|   "damageassesment.api.questions" | ||||
|   "damageassesment.api.responses" | ||||
|   "damageassesment.api.surveys" | ||||
|   "damageassesment.api.doculinks" | ||||
| ) | ||||
|  | ||||
| # Log in to ACR (replace ACR_USERNAME and ACR_PASSWORD) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user