Files
chatapp/scripts/build.sh
T
2025-10-20 03:58:19 +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