Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 196 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 196 Bytes

To run locally

  1. Build docker image docker build -t price-feed-api .
  2. Run container docker run --name price-feed-api -p 80:80 price-feed-api
  3. Open http://127.0.0.1/docs to see swagger