#!/usr/bin/env sh set -eu if [ "${MIGRATE_ON_STARTUP:-true}" = "true" ]; then /app/bin/migrate fi exec "$@"