dev-docs 149 B

123456
  1. #!/bin/bash
  2. set -e
  3. docker build --tag borgmatic-docs --file docs/Dockerfile .
  4. docker run --interactive --tty --publish 8080:80 --rm borgmatic-docs