Improving docker setup & terraform init.

This commit is contained in:
2026-02-21 08:39:32 -08:00
parent b93933f4e9
commit 9d5b8b9f6c
7 changed files with 73 additions and 13 deletions

11
src/Makefile Normal file
View File

@@ -0,0 +1,11 @@
dockerall:
docker buildx build --platform linux/amd64,linux/arm64 -t nassella/b0.0.1 .
dockerlocal:
docker buildx build -t nassella/b0.0.1 .
dockerpush:
docker push nassella/b0.0.1
local:
docker run -p 8080:8080 --net=host --rm nassella/b0.0.1