fix dockerignore and Makefile
This commit is contained in:
parent
b53bdf0f80
commit
500ef3393d
|
@ -1 +1,2 @@
|
||||||
|
Makefile
|
||||||
out
|
out
|
||||||
|
|
8
Makefile
8
Makefile
|
@ -6,17 +6,13 @@ default: out/nitro.eif
|
||||||
out:
|
out:
|
||||||
mkdir out
|
mkdir out
|
||||||
|
|
||||||
out/nitro.eif: out \
|
out/nitro.eif: out
|
||||||
$(shell git ls-files \
|
|
||||||
src/init \
|
|
||||||
src/aws \
|
|
||||||
)
|
|
||||||
docker build \
|
docker build \
|
||||||
--tag $(REGISTRY)/enclaveos \
|
--tag $(REGISTRY)/enclaveos \
|
||||||
--progress=plain \
|
--progress=plain \
|
||||||
--output type=local,rewrite-timestamp=true,dest=out\
|
--output type=local,rewrite-timestamp=true,dest=out\
|
||||||
-f Containerfile \
|
-f Containerfile \
|
||||||
src/
|
.
|
||||||
|
|
||||||
.PHONY: run
|
.PHONY: run
|
||||||
run: out/nitro.eif
|
run: out/nitro.eif
|
||||||
|
|
Loading…
Reference in New Issue