Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 194 Bytes

Readme.md

File metadata and controls

14 lines (6 loc) · 194 Bytes

How to build docker image?

docker build -t <tag-name> .

How to run the image

docker run -p 8080:8080 <image-name>

Testing APIS

refer postman collection attached.