HI , I am trying to change appointment scheduling UI but it is not changing . I am using docker i have provided path like this in docker-compose.yml image: bahmni/appointments:${APPOINTMENTS_IMAGE_TAG:?} profiles: [“emr”, “bahmni-standard”] # volumes: # - “${APPOINTMENTS_PATH:?}/dist/:/usr/local/apache2/htdocs/appointments”
Hello @ajay6688 , Few things to note:
- The volumes section comes commented by default in docker-compose file. So uncomment it
- Update the value of APPOINTMENTS_PATH in your .env file
- Then do a
docker compose up -d
Let us know if you still face issues
1 Like
Thanks a lot, @mohant , for your invaluable help in resolving my issue!