summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2020-11-25 16:47:30 +0100
committerFlorian Dold <florian@dold.me>2020-11-25 16:47:30 +0100
commitf3842bc5fb38e9e87cc6eee0cf84797b1b6022c4 (patch)
tree435060b13cfbd2de30979e44b071b6e8f3c37798 /README
parent615d3fa4d0705d1a4dd3dd203f7738fe531dacda (diff)
downloadwallet-core-f3842bc5fb38e9e87cc6eee0cf84797b1b6022c4.tar.gz
wallet-core-f3842bc5fb38e9e87cc6eee0cf84797b1b6022c4.tar.bz2
wallet-core-f3842bc5fb38e9e87cc6eee0cf84797b1b6022c4.zip
missing slash in docker mount path
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index d248d9c87..0a1600234 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