Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zc2638 committed May 31, 2022
1 parent d8dd88b commit ed8a849
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ go run github.com/zc2638/review-bot/cmd -c config/config.yaml
### Run Docker

```
docker build -t review-bot -f build/Dockerfile .
docker run -d -p 2640:2640 -e BOT_SCM_HOST=https://gitlab.com -e BOT_SCM_TOKEN=<your-private-token> -e BOT_SCM_SECRET=<your-webhook-secret> review-bot
docker run -d -p 2640:2640 \
-e BOT_SCM_HOST=https://gitlab.com \
-e BOT_SCM_TOKEN=<your-private-token> \
-e BOT_SCM_SECRET=<your-webhook-secret> \
zc2638/review-bot:latest
```

## Note
Expand Down

0 comments on commit ed8a849

Please sign in to comment.