Skip to content

Commit

Permalink
Merge pull request #269 from snowords/main
Browse files Browse the repository at this point in the history
Update Docker deployment method and git hooks init command
  • Loading branch information
honghuangdc committed Aug 11, 2023
2 parents cffc30a + 7f35e87 commit 94179ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ pnpm build
- Docker 部署 Soybean

```bash
docker run --name soybean -p 80:80 -d soybeanjs/soybean-admin:v0.9.6
docker build -t soybean-admin-image -f docker/Dockerfile .
docker run -d -p 80:80 soybean-admin-image
```

- 访问 SoybeanAdmin
Expand All @@ -138,7 +139,7 @@ docker run --name soybean -p 80:80 -d soybeanjs/soybean-admin:v0.9.6

项目已经内置 Angular 提交规范,直接执行 commit 命令即可生成符合 Angular 提交规范的 commit。

项目已用 simple-git-hooks 代替了 husky, 旧版本用了 husky,执行 pnpm soy init-git-hooks 进行初始化配置
项目已用 simple-git-hooks 代替了 husky, 旧版本用了 husky,执行 pnpm soy init-simple-git-hooks 进行初始化配置

## 浏览器支持

Expand Down

1 comment on commit 94179ae

@vercel
Copy link

@vercel vercel bot commented on 94179ae Aug 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.