In Clinical Appointment Scheduling UI is not getting override

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”

@gsluthra

Hello @ajay6688 , Few things to note:

  1. The volumes section comes commented by default in docker-compose file. So uncomment it
  2. Update the value of APPOINTMENTS_PATH in your .env file
  3. 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!