docs: update README.md
This commit is contained in:
parent
d052f60953
commit
2545739964
@ -55,6 +55,14 @@ Github Pages: [https://dy.ttentau.top/](https://dy.ttentau.top/)
|
|||||||
|
|
||||||
[](https://vercel.com/new/clone?repository-url=https://github.com/zyronon/douyin)
|
[](https://vercel.com/new/clone?repository-url=https://github.com/zyronon/douyin)
|
||||||
|
|
||||||
|
### 部署到 Docker
|
||||||
|
```bash
|
||||||
|
# pull Docker image
|
||||||
|
docker pull ghcr.io/zyronon/douyin-vue:latest
|
||||||
|
|
||||||
|
# start container, nginx reverse proxy custom port, for example: docker run -d -p 80:80 ghcr.io/zyronon/douyin-vue:latest
|
||||||
|
docker run -d -p 80:80 ghcr.io/zyronon/douyin-vue:latest
|
||||||
|
```
|
||||||
### 本地开发
|
### 本地开发
|
||||||
**注意:必须 git 命令 clone 下来才能运行,下载 zip 包是无法运行的。如果 clone 速度太慢,推荐使用 gitee 地址**
|
**注意:必须 git 命令 clone 下来才能运行,下载 zip 包是无法运行的。如果 clone 速度太慢,推荐使用 gitee 地址**
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user