kn9ts / project-mulla

Talk to MPESA API via a REST API. Bringing the MPESA G2 API to the 21st century. --
http://kn9ts.github.io/project-mulla/
GNU Lesser General Public License v3.0
301 stars 117 forks source link

Containerize Project Mulla #48

Closed gngchrs closed 7 years ago

gngchrs commented 8 years ago

@kn9ts The general idea is I may not necessarily need to deploy project mulla to some server to use it, I could just build it as a docker container and run it, or even add it to my docker-compose.

This is specifically helpful for developers working with docker and probably microservices.

@michaelmwangi was kind enough to add the .dockerignore file which mirrors the .gitignore to avoid putting unnecessary files in the docker build.