Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 377 Bytes

readme.md

File metadata and controls

17 lines (9 loc) · 377 Bytes

Project Report

Project report is available here

Instructions to run

cd into this directory [where the Dockerfile is located]

then

  1. docker build .
    
  2. docker run -p 8080:8080 CONTAINER ID 
    

and visit https://localhost:8080

You get CONTAINER ID from first command .