All checks were successful
Build Docker Image / build (push) Successful in 42s
7 lines
146 B
Bash
7 lines
146 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
gomplate -f /etc/postgresql/postgresql.conf.tmpl -o /etc/postgresql/postgresql.conf
|
|
|
|
/usr/local/bin/docker-entrypoint.sh "$@"
|