This is the same approach as used in the Blender Dev Fund site. The heavy/time-consuming installation of dependencies is done in the base image, and the project files are contained in the final image.
5 lines
205 B
Bash
5 lines
205 B
Bash
DOCKER_TAG="armadillica/blender-mydata"
|
|
DEPLOY_BRANCH=${DEPLOY_BRANCH:-production}
|
|
GIT_URL_MYDATA="git://git.blender.org/blender-my-data.git"
|
|
GIT_URL_OPENDATA="git://git.blender.org/blender-open-data.git"
|