Skip to content

Commit

Permalink
doc(docker): fix typos in paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Jul 30, 2024
1 parent 3a32f9a commit 67698d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/docker-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 67698d5

Please sign in to comment.