#!/bin/bash

docker run --rm -it -p 8000:8000 -v ${PWD}:/docs -v ${BUILD_TARGET_DIR}:/docs/site squidfunk/mkdocs-material build
