6 lines
87 B
Text
6 lines
87 B
Text
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
docker build --tag witten/borgmatic-docs --file docs/Dockerfile .
|