add to path for postgres

This commit is contained in:
Bernhard Radermacher
2026-02-19 12:53:07 +01:00
parent 7c8b8b9b21
commit a5493c2553
3 changed files with 23 additions and 0 deletions

View File

@@ -152,6 +152,7 @@ RUN ln -sT docker-ensure-initdb.sh /usr/local/bin/docker-enforce-initdb.sh
RUN touch /etc/repmgr.conf && chmod 666 /etc/repmgr.conf
COPY bashrc /var/lib/postgresql/.bashrc
COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/
ENTRYPOINT ["docker-entrypoint.sh"]