Simple application showing the power of CI/CD philosophy.
The application is distributed as the Docker image. To run it on your host use the following command:
> docker run -p8040:8080 agencyicole/demo:0.0.1
After starting the application go to http://localhost:8040/
Enjoy