adchpp-docker/Makefile

7 lines
153 B
Makefile
Raw Normal View History

2020-03-22 08:46:01 +00:00
export DOCKER_HOST := ssh://datavi.be
default: build
build:
docker build -t sneak/adchpp --build-arg UBUNTU_MIRROR="http://ubuntu.datavi.be/ubuntu" .