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