A simple docker image I used to teach me the basics of docker images and how to build them.
## Build the container
To build the container to an image called "cmatrix-demo", run
```sh
docker build -t cmatrix-demo .
```
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.