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

View File

@ -6,17 +6,13 @@ default: out/nitro.eif
out:
mkdir out
out/nitro.eif: out \
$(shell git ls-files \
src/init \
src/aws \
)
out/nitro.eif: out
docker build \
--tag $(REGISTRY)/enclaveos \
--progress=plain \
--output type=local,rewrite-timestamp=true,dest=out\
-f Containerfile \
src/
.
.PHONY: run
run: out/nitro.eif