commit f3842bc5fb38e9e87cc6eee0cf84797b1b6022c4
parent 615d3fa4d0705d1a4dd3dd203f7738fe531dacda
Author: Florian Dold <florian@dold.me>
Date: Wed, 25 Nov 2020 16:47:30 +0100
missing slash in docker mount path
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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