Hey!
Im not sure if this is the right place to ask about this but I have a problem with my current docker setup, more specifically related to installing npm packages.
https://pastebin.com/LFF8saqE
This is my docker compose atm.
The current issue is everytime I try to install a new package (for example docker exec -it backend bash && npm i whatever) the changes dont show up on the host machine. They only show up in the docker container. And VSCode obviously wont see that there are new modules in my mounted node modules.
Is there a way to make it so i dont have to docker compose down and up everytime I install a new package?
Its really frustrating 😭
Thanks a lot in advance and if its not the right place to ask about this im sry!
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.