Skip to content

Commit

Permalink
Modified Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ALVSoft committed Aug 13, 2024
1 parent ae551c8 commit 023c710
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ ENV LC_ALL=$LC_ALL LANG=$LANG EDITOR=/usr/bin/editor
ENV PGDATA=$PGDATA PATH=$PATH:$PGBIN
ENV ETCDCTL_API=3

COPY /usr/src/patroni/patroni /patroni/
COPY /usr/src/patroni/extras/confd/conf.d/haproxy.toml /etc/confd/conf.d/
COPY /usr/src/patroni/extras/confd/templates/haproxy.tmpl /etc/confd/templates/
COPY --from=builder /usr/src/patroni/patroni /patroni/
COPY --from=builder /usr/src/patroni/extras/confd/conf.d/haproxy.toml /etc/confd/conf.d/
COPY --from=builder /usr/src/patroni/extras/confd/templates/haproxy.tmpl /etc/confd/templates/
COPY patroni*.py docker/entrypoint.sh /
COPY postgres?.yml $PGHOME/

Expand Down

0 comments on commit 023c710

Please sign in to comment.