workflow
All checks were successful
Build Docker Image / build (push) Successful in 42s

This commit is contained in:
Matt Avery 2025-06-24 23:01:43 -04:00
parent 2addc93c7b
commit 36ed46e974

6
docker-entrypoint.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
set -e
gomplate -f /etc/postgresql/postgresql.conf.tmpl -o /etc/postgresql/postgresql.conf
/usr/local/bin/docker-entrypoint.sh "$@"