Merge pull request #122 from wmedlar/bugfix/docker-entrypoint-fail-on-error

Fail fast in container entrypoint
pull/130/head v0.0.16
Liz Rice 6 years ago committed by GitHub
commit c13632318e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -e
if [ "$1" == "install" ]; then
if [ -d /host ]; then
mkdir -p /host/cfg/

Loading…
Cancel
Save