still testing

This commit is contained in:
2025-06-04 08:12:13 +02:00
parent baae8ed694
commit 75ce618091
2 changed files with 9 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
echo "Starting DocuPulse..."
echo "Waiting for database..."
while ! nc -z db 5432; do