Project report is available here
cd into this directory [where the Dockerfile is located]
then
-
docker build .
-
docker run -p 8080:8080 CONTAINER ID
and visit https://localhost:8080
Project report is available here
cd into this directory [where the Dockerfile is located]
then
docker build .
docker run -p 8080:8080 CONTAINER ID
and visit https://localhost:8080