https://github.com/jaywcjlove/zh-hans.react.dev-for-docker
新 React 中文文档 docker 版本,方便本地部署看文档
https://github.com/jaywcjlove/zh-hans.react.dev-for-docker
Last synced: about 1 month ago
JSON representation
新 React 中文文档 docker 版本,方便本地部署看文档
- Host: GitHub
- URL: https://github.com/jaywcjlove/zh-hans.react.dev-for-docker
- Owner: jaywcjlove
- License: mit
- Created: 2023-09-18T09:07:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T13:04:42.000Z (4 months ago)
- Last Synced: 2025-04-30T13:26:05.594Z (about 1 month ago)
- Language: Dockerfile
- Size: 30.3 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
React 中文文档 for [Docker](https://hub.docker.com/r/wcjiang/zh-hans.react.dev)
===[](https://github.com/jaywcjlove/zh-hans.react.dev-for-docker/actions/workflows/ci.yml)
[](https://hub.docker.com/r/wcjiang/zh-hans.react.dev)
[](https://hub.docker.com/r/wcjiang/zh-hans.react.dev)
[](https://hub.docker.com/r/wcjiang/zh-hans.react.dev)
[](https://github.com/jaywcjlove/zh-hans.react.dev-for-docker/commits)提供一个 Docker 版本的 [React 19 中文文档](https://zh-hans.react.dev/),方便本地[部署](https://github.com/reactjs/zh-hans.react.dev)和查看。
## 使用方法
### 拉取镜像
```bash
docker pull wcjiang/zh-hans.react.dev:latest
```### 运行容器
```bash
docker run --name zh-hans.react.dev \
-p 60007:3000 \
--restart=always \
-d wcjiang/zh-hans.react.dev:latest
```## License
MIT © [Kenny Wong](https://github.com/jaywcjlove)