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 919b165 commit a3a86dfCopy full SHA for a3a86df
README.md
@@ -17,9 +17,12 @@ docker pull wcjiang/zh-hans.react.dev:latest
17
```
18
19
```bash
20
-docker run --name zh-hans.react.dev -p 60007:3000 --restart=always -d wcjiang/zh-hans.react.dev:latest
+docker run --name zh-hans.react.dev \
21
+ -p 60007:3000 \
22
+ --restart=always \
23
+ -d wcjiang/zh-hans.react.dev:latest
24
25
26
## License
27
-MIT © [Kenny Wong](https://github.com/jaywcjlove)
28
+MIT © [Kenny Wong](https://github.com/jaywcjlove)
0 commit comments