adchpp-docker/Makefile

7 lines
158 B
Makefile
Raw Normal View History

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