caching implementation

This commit is contained in:
2025-10-20 00:53:27 +01:00
parent 561999f4f1
commit f6d2999b96
16 changed files with 372 additions and 64 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
source backend/.env
echo "Building against DB: $DATABASE_URL"
podman build --build-arg DATABASE_URL=$DATABASE_URL -t git.zxq5.dev/zxq5/chatapp-backend:$1 ./backend
podman push git.zxq5.dev/zxq5/chatapp-backend:$1