Ubuntu – Source code is not getting updated with docker compose for development
I've 3 app in a single repo. For a project it's Api, Admin UI & Front-end. In all of those I'm facing the issue that the source code is not getting updated correctly. Following is the Dockerfile for Api FROM…