This commit is contained in:
Jp
2026-02-26 13:46:33 +08:00
parent 1dbc32722a
commit 1937e26251
2 changed files with 13 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
IMG := mkm-admin
build:
@echo "Building image from project root..."
podman build -t $(IMG) .
deploy: build