added set -e to entrypoint script
This commit is contained in:
parent
33fec842cb
commit
6d49d009ae
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
# zammad-railsserver
|
||||
if [ "$1" = 'zammad-railsserver' ]; then
|
||||
# wait for postgres process coming up on zammad-postgresql
|
||||
|
Loading…
Reference in New Issue
Block a user