This commit is contained in:
krahets
2023-03-01 22:22:02 +08:00
parent c3846a9cd1
commit f919a24e58
4 changed files with 81 additions and 11 deletions

View File

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