#! /bin/bash
img="avhost/docker-matrix-riot:v1.0.0"
docker run \
--rm -it \
-v $(pwd)/riot:/data \
-p 8765:8765 \
$img