Using Rancher as LEMP stack for Development environment

As DEV is not PROD :slight_smile: I need that nginx docker container whole time see the fresh version of my app as during development there is a need to see results and test them (debug as well) very often… basically every few minutes sometimes…

I achieved this very easy on my iMac on which I have installed Docker when just pointing docker volumes to local volumes with my source code…

But on Rancher VM I have pointed docker volumes to rancher-nfs folder created on same VM, and do not know the best way to keep this folder always updated with source code from my local host on which I’m making development that nginx container always display most update version of app in browser…

Would be glad to get some tips…