nodemon does not work with hot reloading in docker
I’m trying to make hot reloading in docker with an express server using nodemon to monitor the js files. The problem is that when I change something in local, it changes in the docker container but the server is not restarted(I used cat to check the file changed in the docker terminal). When I add or remove file using touch
command in the docker terminal, the server restart.