Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 402 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 402 Bytes

se-reporting repo

This application needs the stat-engine webapp in order to do its thing, since it hits the api

To run locally

  • run docker build -f Dockerfile --tag test-reporting:1.0 .
  • run docker run --name reportingTest test-reporting:1.0

When finished, make sure you shut down

  • in a second terminal, run docker rm --force reportingTest to stop and delete the container