Skip to content

Latest commit

 

History

History

backend-node

node-starter

Angular & Docker

  • build image

  • docker build -t node-starter:1.0.0 .

  • run container

  • docker run -d -p 5000:5000 node-starter:1.0.0

  • run container mode bash

  • docker run -it node-starter:1.0.0 /bin/bash

  • in your browser http://localhost:5000

Swagger / Api Documentation