How can i see the changes in my file when i run my docker container

Hi im new at docker, i kinda follow the tutorial on it and able to follow it but my problem is, i have a current changes in my new file (let say a web), then i would like to try to run its container again, however i didnt see the recent changes i made in my file. Hope someone can help me explain cause im really new at using docker. Thank you.

1 Like

Evening Jack-

Not sure if you figured it out or not, but I found that in my dockerfile I missed an important step in my build where I had to configure what type of container it was for the files to show in VScode. You can also log into the container while its running and see the changes to the files. What environment are you using for your container?