diff --git a/wallet-core/building.md b/wallet-core/building.md index c8d007d..677788b 100644 --- a/wallet-core/building.md +++ b/wallet-core/building.md @@ -166,7 +166,7 @@ Prerequisite is a working Docker installation. The command for building the Docker image: ```shell -docker build docker/wallet-core --tag wallet-core-dev +docker build --tag wallet-core-dev . ``` Then launch the container: @@ -178,7 +178,6 @@ docker run -i -t wallet-core-dev /bin/bash Inside the container the build commands can be executed (as described above; note that install-dependencies is not necessary): ```shell -cd wallet-core ./tools/build-and-test ``` @@ -191,7 +190,6 @@ Unit tests and [wallet console utility](walletconsole.md) can be executed straig ```shell docker run -i -t trustwallet/wallet-core -cd wallet-core ./build/tests/tests tests ./build/walletconsole/walletconsole exit