From a108b5de9b4964c77c49653028ebc181481ed9bb Mon Sep 17 00:00:00 2001 From: Roberto Gervacio Date: Thu, 5 Sep 2024 21:16:30 -0600 Subject: [PATCH] update docker build docs --- wallet-core/building.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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