This api is a empty api for learning/teaching pourpose.
- install dependencies
npm i
- run app
npm start
- build the image
docker build -t health-v0.0.1 .
- run the container
docker run --name=health-container-v1 -e PORT=80 -e STAGE=hml health-v0.0.1
- stop the container
docker stop health-container-v1
- restart the container
docker start health-container-v1