add: improved workflow for caprover

This commit is contained in:
2026-03-21 10:44:21 -03:00
parent 1b14051640
commit 9a723b069d
7 changed files with 91 additions and 15 deletions
@@ -1,8 +1,4 @@
# Instals msmtp if a SMTP_HOST var was configured
if test -n "${SMTP_HOST}"; then
apk add --no-cache msmtp;
if test -z "${SMTP_PORT:-}"; then
if test "${SMTP_TLS:-on}" = "off"; then
SMTP_PORT=25;