diff --git a/sbin/entrypoint.sh b/sbin/entrypoint.sh index 11a8bd2..87cabe6 100755 --- a/sbin/entrypoint.sh +++ b/sbin/entrypoint.sh @@ -5,7 +5,7 @@ set -eu -o pipefail run_alerta_mailer() { set -eu - nohup alerta-mailer & + nohup alerta-mailer > /app/alerta-mailer.log 2>&1 & echo "-----> alerta-mailer is running..." }