Files
docker-image-postfix/entrypoint.sh
Mauro Torrez 09416c743c
All checks were successful
Build Docker images / docker (eumau/postfix, 6) (push) Successful in 13m5s
Refactor: gomplate + debian 13 (#1)
Co-authored-by: Mauro Torrez <mauro@layer7.mx>
Reviewed-on: #1
2026-01-18 03:51:53 +00:00

6 lines
118 B
Bash
Executable File

#!/bin/bash
set -e
gomplate --input-dir=/etc/templates --output-dir=/
run-parts -v --exit-on-error /start.d
exec "$@"