using docker docker build -t hello-world . docker run -p 80:80 hello-world docker run -p 80:80 -v <full_path_to_src> hello-world