mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-29 21:03:02 +02:00
6 lines
87 B
Python
Executable File
6 lines
87 B
Python
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
docker build --tag witten/borgmatic-docs --file docs/Dockerfile .
|