This repository has been archived on 2020-09-30. You can view files and clone it, but cannot push or open issues or pull requests.
id.autonomic.zone/sbin/dokku-entrypoint.sh

6 lines
77 B
Bash
Executable File

#!/bin/bash
set -eu -o pipefail
/opt/jboss/tools/docker-entrypoint.sh "$@"