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 .dockerignore
Makefile Makefile
k8s/ k8s/
/mounts mounts
/proc proc
/sys sys
/dev dev
/run run
/var/lib/containers var/lib/containers
/mnt mnt
/media media
/boot boot
/lost+found lost+found
/root root
/srv srv

View File

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