Update 99-run.sh

This commit is contained in:
Alexandre
2024-03-19 08:27:30 +01:00
committed by GitHub
parent d7723c75fd
commit 2b632cdd1a

View File

@@ -39,6 +39,8 @@ if [[ "$DATABASE_URL" == *"localhost"* ]]; then
echo "configure database"
postgres /usr/lib/postgresql/*/bin/initdb
fi
else
echo "... using external database"
fi
########################