add dockerfile

This commit is contained in:
2026-04-29 18:59:46 +09:00
parent f9f009fcd2
commit 960cf95df9
2 changed files with 13 additions and 13 deletions

5
build.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
podman build -f backend/Dockerfile -t klog:latest .
podman tag klog:latest git.walruslab.org/mincomk/klog:latest
podman push git.walruslab.org/mincomk/klog:latest