missing slash in docker mount path

This commit is contained in:
Florian Dold 2020-11-25 16:47:30 +01:00
parent 615d3fa4d0
commit f3842bc5fb
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

2
README
View File

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