Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 255 Bytes

File metadata and controls

15 lines (11 loc) · 255 Bytes

Node Express starter

Run in dev mode:

HOST=0.0.0.0 PORT=3000 npm run dev

Build and run the docker image:

$ docker build -t app .
$ docker -e HOST=0.0.0.0 -e PORT=3000 run -p 3000:3000 --name app app

http://localhost:3000/api