Skip to content

Commit

Permalink
Fix README.doc by adding local to the docker build label
Browse files Browse the repository at this point in the history
  • Loading branch information
lijamie98 committed Nov 25, 2024
1 parent 9cc3a97 commit 8270645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ docker compose --profile latest up -d
### For locally built image
To build the Anchor Platform image locally, run the following command in the root directory of the project.
```shell
# In the root directory of the project
docker build -t stellar/anchor-platform .
# In the root directory of the project
docker build -t stellar/anchor-platform:local .
```

Then, run the following command to start the Anchor Platform.
Expand Down

0 comments on commit 8270645

Please sign in to comment.