refactor to minimize
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user