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:
9
zombietest/build/Makefile
Normal file
9
zombietest/build/Makefile
Normal 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 $@
|
||||
Reference in New Issue
Block a user