From e07098903d1b762c242a9a96ccb5bbba998cfe18 Mon Sep 17 00:00:00 2001 From: Michael Thaler <michael.thaler@conesphere.com> Date: Mon, 27 Jan 2025 19:27:31 +0100 Subject: [PATCH] copy file --- postgresql.img/Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/postgresql.img/Containerfile b/postgresql.img/Containerfile index 22fc630..8929d28 100644 --- a/postgresql.img/Containerfile +++ b/postgresql.img/Containerfile @@ -38,6 +38,7 @@ COPY 05_postgresql_env.sh /etc/entrypoint.d/05_postgresql_env.sh COPY 10_initialize_data.sh /etc/entrypoint.d/10_initialize_data.sh COPY 11_postgresql_conf.sh /etc/entrypoint.d/11_postgresql_conf.sh COPY 12_pg_hba_conf.sh /etc/entrypoint.d/12_pg_hba_conf.sh +COPY 13_pg_chown.sh /etc/entrypoint.d/13_pg_chown.sh RUN chmod 700 /etc/entrypoint.d/05_postgresql_env.sh /etc/entrypoint.d/10_initialize_data.sh /etc/entrypoint.d/11_postgresql_conf.sh /etc/entrypoint.d/12_pg_hba_conf.sh VOLUME ["/data"] -- GitLab