fix dockerignore and Makefile

This commit is contained in:
Ryan Heywood 2025-08-31 21:30:55 -04:00
parent b53bdf0f80
commit 500ef3393d
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
2 changed files with 3 additions and 6 deletions

View File

@ -1 +1,2 @@
Makefile
out out

View File

@ -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