Skip to content

Commit

Permalink
DEPLOY-22 Change some things
Browse files Browse the repository at this point in the history
  • Loading branch information
zlepper committed Oct 17, 2023
1 parent dd58925 commit d5ed05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ RUN \
rm -rf /tmp/pgbouncer* && \
apk del --purge autoconf autoconf-doc automake udns-dev curl gcc libc-dev libevent-dev libtool make openssl-dev pkgconfig

ADD run-pg-bouncer.sh /usr/bin/
ADD --chmod=777 run-pg-bouncer.sh /usr/bin/

USER postgres
EXPOSE 5432
ENTRYPOINT ["/usr/bin/run-pg-bouncer.sh"]
CMD ["sh", "/usr/bin/run-pg-bouncer.sh"]

0 comments on commit d5ed05b

Please sign in to comment.