We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad341d commit c3459c7Copy full SHA for c3459c7
.github/workflows/ci.yml
@@ -64,4 +64,5 @@ jobs:
64
with:
65
push: true
66
context: .
67
+ platforms: linux/amd64,linux/arm64
68
tags: ${{ secrets.DOCKER_USER }}/zh-hans.react.dev:latest
README.md
@@ -3,3 +3,12 @@ zh-hans.react.dev-for-docker
3
4
5
新 [React 中文文档](https://zh-hans.react.dev/) docker 版本,方便本地部署看文档
6
+
7
8
+```bash
9
+docker pull wcjiang/zh-hans.react.dev:latest
10
+```
11
12
13
+docker run --name zh-hans.react.dev -p 60007:3000 --restart=always -d wcjiang/zh-hans.react.dev:latest
14
0 commit comments