Copy code (which you want to share over cloud into program
folder)
git clone [email protected]:AdiechaHK/pair-programing.git
Move to that project directory
cd pair-programing
docker build -t editor .
docker run -v ${PWD}/program:/app/program --name my-editor -p 3000:3000 -d editor:latest
./ngrok http 3000
then you will get live link for it, add #/app/program
to it after opening live link, that will open your program
folder as project folder.