Files
docker-image-postfix/entrypoint.sh
2026-01-17 23:52:34 -03:00

6 lines
118 B
Bash

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