mirror of
https://github.com/Codennnn/vue-color-avatar.git
synced 2025-02-22 22:39:07 +00:00
Update README.md
This commit is contained in:
parent
5bd2f8ab1e
commit
3b0aa57544
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user