#! /usr/bin/env bash set -o nounset set -o errexit set -o pipefail IFS=$'\n\t' cd /app ./bin/setup exec "$@"