Build:
$ docker build . --no-cacheor
$ docker build .Start docker with your container tag:
$ docker run -it -v "$PWD":/home/dummy --env-file env 8de1ffb65323 zshGo to mount entry "/home/dummy"
$ cd /home/dummyRun examples
$ make allObs a) change the container tag <876b00058d0f> with your created tag (Successfully built XXXXXXXXXXXX) b) $PWD is a linux commant to get the current directory, if you are not familiar with docker mount volues please follow this link.