#!/bin/bash set -eu export DB_PASS=$(cat /run/secrets/db_password) /usr/bin/tini -s -- "$@"