#!/usr/bin/env bash

docker run --rm --group-add "$(id -g)" -u "$(id -u)" -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material "${@}"
