mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-09-02 14:43:22 +02:00
6 lines
149 B
Bash
Executable file
6 lines
149 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
docker build --tag borgmatic-docs --file docs/Dockerfile .
|
|
docker run --interactive --tty --publish 8080:80 --rm borgmatic-docs
|