copy ini file
This commit is contained in:
parent
92313515a6
commit
1832f26097
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue