#!/bin/bash

while ! nc -z edb-db 5432; do sleep 3; done
exec "$@"
