This commit is contained in:
Bernhard Radermacher
2026-02-27 11:51:01 +01:00
parent 4fa07e09c4
commit de16c322ab
2 changed files with 3 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ RUN apt-get update && \
&& \
rm -rf /var/lib/apt/lists/*
COPY --chmod=644 pool_hba.conf /etc/pgpool2/
COPY --chmod=755 entrypoint.sh /usr/local/bin/
ENTRYPOINT ["entrypoint.sh"]