Update README.md

This commit is contained in:
LeoKu 2024-01-11 22:22:55 +08:00
parent b18d30864e
commit f96386f270
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ yarn dev
### Docker 快速部署
你可以直接使用我已经构建好的镜像来运行
你可以直接使用我已经构建好的镜像来运行
```sh
docker run -d -t -p 5173:8080 \
@ -76,7 +76,7 @@ docker build -t vue-color-avatar:v1 .
docker run -d -t -p 5173:8080 --name vue-color-avatar --restart=always vue-color-avatar:v1
```
最后,打开你的浏览器访问服务的地址 http://serverIP:5173 即可
最后打开你的浏览器访问服务的地址 http://serverIP:5173 即可
### 在 Zeabur 中部署

View File

@ -73,7 +73,7 @@ docker build -t vue-color-avatar:v1 .
docker run -d -t -p 5173:8080 --name vue-color-avatar --restart=always vue-color-avatar:v1
```
Finally, open your browser and access the service's address at http://serverIP:5173
Finally, open your browser and access the service's address at http://serverIP:5173.
### Deployed on Zeabur