remove obsolete copy from Dockerfile

This commit is contained in:
Felix Kunde 2026-04-22 11:57:33 +02:00
parent 78e48cf1bc
commit 92313515a6
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ 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 auth_file.txt.tmpl /etc/pgbouncer/
COPY entrypoint.sh /entrypoint.sh
RUN chown -R pgbouncer:pgbouncer \