add build scripts, probably broken

This commit is contained in:
2020-03-22 01:46:01 -07:00
parent 2cfbcf1301
commit 254d6d6d38
4 changed files with 69 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
export DOCKER_HOST := ssh://datavi.be
default: build
build:
docker build -t sneak/adchpp --build-arg UBUNTU_MIRROR="http://ubuntu.datavi.be/ubuntu" .