shell/Makefile

7 lines
137 B
Makefile

export DOCKER_HOST := ssh://datavi.be
default: build
build:
docker build --build-arg UBUNTU_MIRROR="http://ubuntu.datavi.be/ubuntu" .