The docker image is a little more complicated in its current form since it needs a connection to mongodb to build the docs. It would be nicer to have it automatically check on start if the docs need to be built (and build them if needed). Not only would this remove an extra step from the build but would ensure that the docker container's docs match the services supported by that deployment.
The docker image is a little more complicated in its current form since it needs a connection to mongodb to build the docs. It would be nicer to have it automatically check on start if the docs need to be built (and build them if needed). Not only would this remove an extra step from the build but would ensure that the docker container's docs match the services supported by that deployment.