copy ini file

This commit is contained in:
Felix Kunde 2026-04-22 12:20:48 +02:00
parent 92313515a6
commit 1832f26097
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ RUN addgroup -g 101 -S pgbouncer && \
mkdir -p /etc/pgbouncer /var/log/pgbouncer /var/run/pgbouncer /etc/ssl/certs
COPY --from=build_stage /pgbouncer/bin/pgbouncer /bin/pgbouncer
COPY pgbouncer.ini.tmpl /etc/pgbouncer/
COPY entrypoint.sh /entrypoint.sh
RUN chown -R pgbouncer:pgbouncer \