mastodon/entrypoint.sh.tmpl

8 lines
95 B
Bash

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