Skip to content

Commit c3459c7

Browse files
committed
ci: update workflows config.
1 parent 5ad341d commit c3459c7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ jobs:
6464
with:
6565
push: true
6666
context: .
67+
platforms: linux/amd64,linux/arm64
6768
tags: ${{ secrets.DOCKER_USER }}/zh-hans.react.dev:latest

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@ zh-hans.react.dev-for-docker
33

44

55
[React 中文文档](https://zh-hans.react.dev/) docker 版本,方便本地部署看文档
6+
7+
8+
```bash
9+
docker pull wcjiang/zh-hans.react.dev:latest
10+
```
11+
12+
```bash
13+
docker run --name zh-hans.react.dev -p 60007:3000 --restart=always -d wcjiang/zh-hans.react.dev:latest
14+
```

0 commit comments

Comments
 (0)