From 1f4f2b60af89e1fa1496de58424123330ecc44e7 Mon Sep 17 00:00:00 2001 From: ruhanga Date: Mon, 20 Jan 2025 10:36:31 +0300 Subject: [PATCH] OZ-742: Allow for mounting OpenMRS Iniz configuration path. --- docker-compose-bahmniemr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-bahmniemr.yml b/docker-compose-bahmniemr.yml index 37fd2d3..6c5ecf3 100644 --- a/docker-compose-bahmniemr.yml +++ b/docker-compose-bahmniemr.yml @@ -15,7 +15,7 @@ services: restart: unless-stopped networks: - ozone - command: ["sh", "-c", "rm -r /etc/bahmni_config/masterdata/configuration && cp -r /usr/local/bahmni_config_override/bahmniemr_config/* /etc/bahmni_config/masterdata/openmrs && ./start.sh"] + command: ["sh", "-c", "rm -rf /etc/bahmni_config/masterdata/configuration && cp -r /usr/local/bahmni_config_override/bahmniemr_config/* /etc/bahmni_config/masterdata/openmrs && ./start.sh"] openmrs: image: bahmni/openmrs:${OPENMRS_IMAGE_TAG:?}