Runs a service that pings another server. You can then monitor the prometheus logs
Open the docker environment to do all development and deployment
# bring up dev environment
make build up
# test the project
make test
# build the project ready for publish
make publish
make up
: brings up the container & attach to the default containermake down
: stops the containermake build
: builds the container
make test
: Test the appmake start
: Run the console appmake publish
: Publish the packages to the dist folder
- https://opensource.com/article/18/8/what-how-makefile What is a Makefile and how does it work?