Gomplate + Debian 13
This commit is contained in:
5
entrypoint.sh
Normal file
5
entrypoint.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
gomplate --input-dir=/etc/templates --output-dir=/
|
||||
run-parts -v --exit-on-error /start.d
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user