Hi. You may want to consider [Docker multi-stage builds]( https://docs.docker.com/develop/develop-images/multistage-build/) to separate out the actual build to the deployment. Would also likely speed things up a bit. Cheers