This commit is contained in:
Bernhard Radermacher
2026-02-23 09:36:21 +01:00
parent 97642e82d8
commit 0aece157df

View File

@@ -21,7 +21,7 @@ RUN apt-get update && \
chown postgres: /var/lib/postgresql/.ssh
COPY --chmod=644 --chown=postgres profile /var/lib/postgresql/.profile
COPY --chmod=600 --chown=postgres authorized_keys id_e25519 /var/lib/postgresql/.ssh/
COPY --chmod=600 --chown=postgres authorized_keys id_ed25519 /var/lib/postgresql/.ssh/
COPY --chmod=755 entrypoint.sh /usr/local/bin/