github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/builder/rootfs/bin/boot (about) 1 #!/usr/bin/env bash 2 # 3 # This script is designed to be run inside the container 4 # 5 6 # fail hard and fast even on pipelines 7 set -eo pipefail 8 9 if [[ -f /etc/environment_proxy ]]; then 10 source /etc/environment_proxy 11 fi 12 13 exec builder