Files
dokku/tests/apps/python/exec-entrypoint.sh

5 lines
39 B
Bash
Executable File

#!/bin/bash
set -o pipefail
exec "$@"