Fail entrypoint better

This commit is contained in:
chamunks 2018-06-02 14:40:49 -04:00
parent 47b9e86973
commit 568b175950

View file

@ -1,4 +1,5 @@
#!/bin/ash #!/bin/ash
set -euo pipefail
## This compose file will take a copy of the configuration and install any ## This compose file will take a copy of the configuration and install any
## envvars and then copy any required files into the /app/ directory next to any ## envvars and then copy any required files into the /app/ directory next to any
## custom files added by the user. ## custom files added by the user.