# Meeting
## Build docker
```bash
docker build -t meeting .
```
## Run docker
docker run -p 3333:3333 meeting
or
docker-compose up