Update the contents

This commit is contained in:
krahets
2023-03-02 02:58:34 +08:00
parent 55586e6a6e
commit 902be479b2
6 changed files with 14 additions and 20 deletions

View File

@@ -30,7 +30,7 @@
## Docker 部署
你可以使用 Docker 来部署本项目。
你可以使用 Docker 来部署本项目。稍等片刻,即可使用浏览器打开 `http://localhost:8000` 访问本项目。
```shell
git clone https://github.com/krahets/hello-algo.git
@@ -38,8 +38,6 @@ cd hello-algo
docker-compose up -d
```
稍等片刻,即可使用浏览器打开 `http://localhost:8000` 访问本项目。
使用以下命令即可删除部署。
```shell