Having builders generate images from a host's folder is useful for dealing with fast iterative dev cycles. However we'd like to be able to generate self-contained images that can be automatically built (e.g. put in dockerhub as automated builds). This can be achieved by using ARG on Dockerfiles so we can decide whether to build everything at image build time, or to defer to building at the enrypoint stage