Files
chatapp/backend/scripts/build.sh
T
2026-04-06 15:38:28 +01:00

5 lines
213 B
Bash
Executable File

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