Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 274 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 274 Bytes

report-generator

  1. Create the Docker image: sudo docker build -t [ImageName] .
  2. Run the container: sudo docker run -d -p [SomeAvailablePort]:5000 [ImageName]
  3. Check your running containers using "sudo docker ps"
  4. In your browser go to localhost:[SomeAvailablePort]