diff --git a/Dockerfile b/Dockerfile index e98880d..2b77d9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,6 @@ RUN apt-get update && \ COPY --chmod=666 repmgr.conf /etc/repmgr.conf COPY --chmod=644 --chown=postgres profile /var/lib/postgresql/.profile -COPY --chmod=755 postgres.sh /usr/local/bin/postgres +# COPY --chmod=755 postgres.sh /usr/local/bin/postgres COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/