gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 02/02: missing slash in docker mount path


From: gnunet
Subject: [taler-wallet-core] 02/02: missing slash in docker mount path
Date: Wed, 25 Nov 2020 16:47:38 +0100

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

dold pushed a commit to branch master
in repository wallet-core.

commit f3842bc5fb38e9e87cc6eee0cf84797b1b6022c4
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Nov 25 16:47:30 2020 +0100

    missing slash in docker mount path
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index d248d9c8..0a160023 100644
--- a/README
+++ b/README
@@ -45,7 +45,7 @@ We also provide a `Dockerfile` for a container that can build 
the WebExtension:
 (host)$ docker build --tag walletbuilder contrib/wallet-docker
 
 # Run container with wallet source mounted
-(host)$ docker run -it -v $PWD:wallet-core walletbuilder
+(host)$ docker run -it -v $PWD:/wallet-core walletbuilder
 
 # Run build inside container
 (container)$ cd wallet-core

-- 
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]