linux/Makefile - added interact target.
This commit is contained in:
parent
7c20fab3a7
commit
d7917836f1
1 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,11 @@ build:
|
|||
docker run --env TREE=$(TREE) --env REVISION=$(REVISION) \
|
||||
-v $(ARTIFACTS):/artifacts alpine-pandoc
|
||||
|
||||
interact:
|
||||
docker run --env TREE=$(TREE) --env REVISION=$(REVISION) \
|
||||
-v $(ARTIFACTS):/artifacts -it alpine-pandoc bash
|
||||
|
||||
setup:
|
||||
docker pull alpine:edge
|
||||
|
||||
.PHONY: build setup
|
||||
.PHONY: build setup interact
|
||||
|
|
Loading…
Add table
Reference in a new issue