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

@@ -19,15 +19,15 @@ Dockerfile
.dockerignore
Makefile
k8s/
/mounts
/proc
/sys
/dev
/run
/var/lib/containers
/mnt
/media
/boot
/lost+found
/root
/srv
mounts
proc
sys
dev
run
var/lib/containers
mnt
media
boot
lost+found
root
srv

View File

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