Update README.md

This commit is contained in:
wenyang 2023-08-18 11:19:10 +08:00 committed by GitHub
parent 5bd2f8ab1e
commit 3b0aa57544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,11 @@ yarn dev
You can directly run using the image I have already built.
```sh
docker run -d -t -p 5173:5173 --name vue-color-avatar --restart=always docker.io/wenyang0/vue-color-avatar:latest
docker run -d -t -p 5173:5173 \
--name=vue-color-avatar \
--restart=always \
docker.io/wenyang0/vue-color-avatar:latest
```
Or, you can manually compile it yourself if you prefer.