refactor to minimize

This commit is contained in:
Bernhard Radermacher
2026-02-20 17:51:31 +01:00
parent 4537476b34
commit b3c27bdd86
5 changed files with 198 additions and 401 deletions

View File

@@ -10,6 +10,7 @@ RUN install --verbose --directory --owner postgres --group postgres --mode 1777
VOLUME /etc/repmgr
COPY --chmod=644 --chown=postgres profile /var/lib/postgresql/.profile
# COPY --chmod=755 postgres.sh /usr/local/bin/postgres
COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/
COPY docker-entrypoint.sh /usr/local/bin/
COPY --chmod=755 entrypoint.sh /usr/local/bin/
ENTRYPOINT ["entrypoint.sh"]