[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] 03/03: Modify base Dockerfile to copy Rewards script
From: |
gnunet |
Subject: |
[taler-deployment] 03/03: Modify base Dockerfile to copy Rewards script (fund-rewards.sh) to root directory / of all containers |
Date: |
Fri, 15 Sep 2023 11:41:10 +0200 |
This is an automated email from the git hooks/post-receive script.
javier-sepulveda pushed a commit to branch master
in repository deployment.
commit 688e1e1a527206cdba5a38f493782adeed0eca4e
Author: Javier Sepulveda <javier.sepulveda@uv.es>
AuthorDate: Fri Sep 15 11:35:37 2023 +0200
Modify base Dockerfile to copy Rewards script (fund-rewards.sh) to root
directory / of all containers
---
sandcastle/images/base/Dockerfile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sandcastle/images/base/Dockerfile
b/sandcastle/images/base/Dockerfile
index 28cf6a1..90e4db5 100644
--- a/sandcastle/images/base/Dockerfile
+++ b/sandcastle/images/base/Dockerfile
@@ -155,3 +155,7 @@ RUN ./configure CFLAGS="-ggdb -O0" \
--disable-doc
RUN make install
WORKDIR /
+
+# Copy utils/fund-rewards.sh script to the base image
+
+COPY utils/fund-rewards.sh /
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.