Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 146 Bytes

readme.md

File metadata and controls

5 lines (5 loc) · 146 Bytes

Docker images

building

docker build -t node-microsvc-example .

runing

docker run -ti --rm -p 3000:3000 node-microsvc-example