Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 332 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 332 Bytes

To start microservice, first we need to create a docker image:

docker-compose -f docker-compose-sample-service.yml build sample-service

Then start the container by using docker-compose:

docker-compose -f docker-compose-sample-service.yml up sample-service

To test the service:

curl http://127.0.0.1:5001/