docker / awesome-compose

Awesome Docker Compose samples
https://docs.docker.com/compose/
Creative Commons Zero v1.0 Universal
34.57k stars 6.64k forks source link

react-express-mongodb: Unable to make changes #384

Open J0hn3ch opened 1 year ago

J0hn3ch commented 1 year ago

Hi!

I'm new in Dev Environments and I discover this beautiful repo containing bunch of start project application. I try to work with react-express-mongodb but when I use Docker Dev Environments, start containers in Docker Desktop and "Open the container in VSCode" try to make changes in my-project-name-frontend container, I tried to make changes but nothing change.

When I open a container in VSCode they open a folder called "/com.docker.devenvironments.code/react-express-mongodb" and I make changes in the files inside this path, so it cannot affect the running application.

Another problem is that, when I start a connection from VSCode to Container, the server goes down

How can I solve it ?