@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.
@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.