gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] 01/02: comment


From: gnunet
Subject: [taler-deployment] 01/02: comment
Date: Thu, 17 Nov 2022 10:13:10 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

commit 646f42b6a9d47abbe6dad04afd576e274f74c40c
Author: MS <ms@taler.net>
AuthorDate: Thu Nov 17 09:16:14 2022 +0100

    comment
---
 docker/demo/images/base/Dockerfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docker/demo/images/base/Dockerfile 
b/docker/demo/images/base/Dockerfile
index 222f9ba..6377883 100644
--- a/docker/demo/images/base/Dockerfile
+++ b/docker/demo/images/base/Dockerfile
@@ -11,11 +11,11 @@ RUN apt-get install -y autoconf autopoint libtool texinfo \
 RUN pip3 install requests click poetry uwsgi htmlark
 
 ARG tags_file
-# The following command works around COPY not being conditional.
-# Mounts the current directory - where the tags file might be -
-# to /context in the container.  Note: build_base.sh 'cd' to
-# the tags file's directory before building, and sets $tags_file
-# to the tags file's basename.
+# The following command provides a conditional copy from
+# the host filesystem.  It mounts the current directory -
+# where the tags file might be - to /context in the container.
+# Note: build_base.sh 'cd' to the tags file's directory before
+# building, and sets $tags_file to the tags file's basename.
 RUN --mount=target=/context if test -n "$tags_file"; then cp \
 /context/${tags_file} /tags.sh; else touch /tags.sh; fi
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]