ci: change docker image name

This commit is contained in:
徐志强
2022-09-14 06:28:14 +02:00
parent af74046124
commit 6fbde1eb57
5 changed files with 12 additions and 12 deletions

View File

@@ -120,10 +120,10 @@ pnpm build
- Docker 部署 Soybean
```bash
docker run --name soybean -p 80:80 -d soybean/soybean:v0.9.6
docker run --name soybean -p 80:80 -d soybeanjs/soybean-admin:v0.9.6
```
- 访问 Soybean
- 访问 SoybeanAdmin
打开本地浏览器访问`http://localhost`