Fail entrypoint better

This commit is contained in:
Leopere 2018-06-02 14:40:49 -04:00
parent 61286b2839
commit 0aafe775ea

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.