#!/bin/sh #wait-for-it --service db:5432 -- echo "database is running" exec "$@"