@@ -13,5 +13,5 @@ Update the API key token in the config.json file
For building and running the app via Docker
```
docker build -t ecb:latest .
docker run -d -p 5000:5000 ecb
docker run -d --name ecb -p 5000:5000 ecb:latest
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.