mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-08-07 00:23:20 +02:00
Add files for building documentation into a Docker image for web serving.
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
docker build --tag witten/borgmatic-docs --file docs/Dockerfile .
|
||||
Reference in New Issue
Block a user