Skip to content

Commit c6c3173

Browse files
committed
doc: update README.md
1 parent d6faab9 commit c6c3173

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
zh-hans.react.dev-for-docker
22
===
33

4+
<!--rehype:ignore:start-->
5+
[![CI](https://github.com/jaywcjlove/zh-hans.react.dev-for-docker/actions/workflows/ci.yml/badge.svg)](https://github.com/jaywcjlove/zh-hans.react.dev-for-docker/actions/workflows/ci.yml)
6+
[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/wcjiang/zh-hans.react.dev)](https://hub.docker.com/r/wcjiang/zh-hans.react.dev)
7+
[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/wcjiang/zh-hans.react.dev)](https://hub.docker.com/r/wcjiang/zh-hans.react.dev)
8+
[![Docker Pulls](https://img.shields.io/docker/pulls/wcjiang/zh-hans.react.dev)](https://hub.docker.com/r/wcjiang/zh-hans.react.dev)
9+
<!--rehype:ignore:end-->
410

511
[React 中文文档](https://zh-hans.react.dev/) docker 版本,方便本地部署看文档
612

@@ -11,4 +17,8 @@ docker pull wcjiang/zh-hans.react.dev:latest
1117

1218
```bash
1319
docker run --name zh-hans.react.dev -p 60007:3000 --restart=always -d wcjiang/zh-hans.react.dev:latest
14-
```
20+
```
21+
22+
## License
23+
24+
MIT © [Kenny Wong](https://github.com/jaywcjlove)

0 commit comments

Comments
 (0)