work/Makefile
sneak 3a0c174769
Some checks failed
continuous-integration/drone/push Build is failing
fix some bugs
2020-04-11 16:11:49 -07:00

11 lines
258 B
Makefile

.PHONY: build
build:
docker build . 2>&1 | tee -a build.log
export DOCKER_HOST := ssh://datavi.be
export UBUNTU_MIRROR := http://de.archive.ubuntu.com/ubuntu
buildremote:
docker build --build-arg UBUNTU_MIRROR=$(UBUNTU_MIRROR) . 2>&1 | tee -a build.log