Exposes the Cardano Addresses CLI as a service. Right now it just generates a 24 word seed phrase, but with proper attention it could be extended to support all the features of the CLI.
$ docker build -t cacliaas:latest .
$ docker run -d -p3000:3000 cacliaas:latest