1
0
mirror of https://github.com/peterbourgon/runsvinit.git synced 2026-03-05 22:07:22 +01:00

zombietest: build container

This commit is contained in:
Peter Bourgon
2015-09-28 12:25:44 +02:00
parent 692c29d543
commit 05fe1d1fa6
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
.PHONY: all
all: zombie runsvinit
zombie runsvinit: .uptodate
docker run -ti --rm -v $(shell pwd):/mount zombie-build
.uptodate: Dockerfile ../../*.go
docker build -t zombie-build .
touch $@