Skip to content

Commit

Permalink
docs: fix typo on readme file (#1390)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
alibabaedge authored Dec 12, 2024
1 parent 3cf8514 commit 5fae455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/namadillo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ If you're interested in hosting Namadillo, a few options are available
#### Docker

In order to build the Docker image, you can run the following command in the **monorepo root**.
`docker build . -f docker/namadillo.Dockerfile -t namadillo`
`docker build . -f docker/namadillo/Dockerfile -t namadillo`

**Note:** It might take some time to build all the necessary wasm files.

Expand Down

1 comment on commit 5fae455

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.