Hi everyone ![]()
I’m new to OpenMRS and I am using the Docker setup (openmrs-distro-referenceapplication). My instance runs correctly on http://localhost:8080/openmrs but my frontend code changes are not showing.
I am editing files inside: openmrs-esm-patient-chart/ openmrs-esm-core/ openmrs-esm-form-builder/
I tried rebuilding Docker:
docker-compose down docker-compose build --no-cache docker-compose up -d
But still the UI does not update.
I also tried (inside the repo):
yarn install yarn build
But “changes not reflecting” problem remains.
Since I am using Docker, I’m confused about the correct workflow.
My question:
How do I properly see my code changes (e.g., translations, React components) when using the Docker setup?
Do I need to run the frontend separately with openmrs develop, or mount the frontend folders into Docker?
Any guidance for a beginner would be very helpful ![]()