This commit adds the functionailty to auto reload code changes made to the code base without having to build containers again to see them in effect.
To see the changes in effect, existing containers need to be removed using docker container rm <CONATINER_ID> and new containers need to be build.
Now any changes made to the files are reflected on localhost by refreshing the page!
This commit adds the functionailty to auto reload code changes made to the code base without having to build containers again to see them in effect.
To see the changes in effect, existing containers need to be removed using
docker container rm <CONATINER_ID>and new containers need to be build.Now any changes made to the files are reflected on localhost by refreshing the page!