From 67698d55ab85516becd0bce683874ada386c7e5b Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 30 Jul 2024 18:56:31 +0200 Subject: [PATCH] doc(docker): fix typos in paths --- deployment/docker-build/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/docker-build/README.md b/deployment/docker-build/README.md index af9ab86fd..e74b95d12 100644 --- a/deployment/docker-build/README.md +++ b/deployment/docker-build/README.md @@ -12,12 +12,12 @@ You can build the Docker image simply using: or by running the Docker build command from the root of the repository: ```shell script -docker build -t alephim/pyaleph-node -f deployment/docker/pyaleph.dockerfile . +docker build -t alephim/pyaleph-node -f deployment/docker-build/pyaleph.dockerfile . ``` ## Configure the CCN -We provide a template configuration in the file `samples/docker-compose/config.yml`, +We provide a template configuration in the file `deployment/docker-build/config.yml`, which you will want to customize for your system. Change the Ethereum API URL to the endpoint you want the CCN to use.