commit 19ea65bc8fa70b410b6008d61e534c06c6e43b44
parent c005dbe2260a182ecb0a6a7760e8a60e6dfb33eb
Author: MS <ms@taler.net>
Date: Tue, 26 Sep 2023 11:11:30 +0200
follow-up
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/contrib/docker-launcher/Dockerfile b/contrib/docker-launcher/Dockerfile
@@ -11,6 +11,7 @@ RUN ./configure --prefix=/usr/local
RUN make install
WORKDIR /
COPY launch-bank.sh /launch-bank.sh
+COPY libeufin-bank.conf /libeufin-bank.conf
RUN apt-get install -y sudo
RUN grep -v ^host.*all /etc/postgresql/15/main/pg_hba.conf > /tmp/pg_hba_buf.txt
RUN echo "host libeufincheck all 127.0.0.1/32 trust" >> /tmp/pg_hba_buf.txt