Files
docker-image-postfix/entrypoint.sh
Mauro Torrez 091682b1a7 new docker tag
2026-01-18 00:50:48 -03: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 "$@"