Adding CMD to postgres dockerfile.

This commit is contained in:
Samuel Clay 2024-01-28 00:39:34 -05:00
parent c85792ccab
commit 73af4f6541

View file

@ -2,7 +2,4 @@ FROM postgres:13
RUN apt update && apt install -y openssh-client rsync
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"]