Just a health container for routing and testing purposes.
docker run -d -p 3000:3000 rot26/status
docker-compose up
cd packages/status
npm install
npm start
npm start
> [email protected] start
> node src/index.js
init
Server listening on http://0.0.0.0:3001
HTTP 1.1 GET / 127.0.0.1:58108
HTTP 1.1 GET /favicon.ico 127.0.0.1:58108
docker pull rot26/status