mirror of
https://github.com/Codennnn/vue-color-avatar.git
synced 2024-12-22 03:32:38 +00:00
Update README.md
This commit is contained in:
parent
b18d30864e
commit
f96386f270
@ -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 中部署
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user