# Docker for MFA

## Build
```shell
docker build -t mfa-base . 
```

## Usage
```shell
docker run -it --rm -p 7866:7866 mfa-base bash
```