DOCKER_IMAGE := cr.annabunch.es/annabunches-static all: site site: jekyll build docker build -t ${DOCKER_IMAGE} . push: docker push ${DOCKER_IMAGE}