完善 index.html

This commit is contained in:
zuoban
2024-07-11 16:57:09 +08:00
parent f2455f92b6
commit c1fd40edbe
6 changed files with 104 additions and 29 deletions

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
# docker 部署
```shell
docker run -d -p 8080:8080 --name=tts zuoban/zb-tts
```