Skip to content

Commit d1fead4

Browse files
authored
chore: update README.md
1 parent 7b48c32 commit d1fead4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ A sample **Actix Web** application demonstrating integration with **ClickHouse**
8282
### Docker build 🐳
8383
```shell
8484
# x86_64
85-
docker build -t klickhouse-example:latest .
85+
docker build -t klickhouse-example .
8686

8787
# ARM64
88-
docker build -t klickhouse-example:arm64 -f aarch64.Dockerfile .
88+
docker build -t klickhouse-example -f aarch64.Dockerfile .
8989
```
9090

9191
## Contributing 🤝

0 commit comments

Comments
 (0)