Add files for building documentation into a Docker image for web serving.

This commit is contained in:
Dan Helfman
2019-05-20 11:41:39 -07:00
parent c164684703
commit 9c9be65b2b
20 changed files with 1063 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
set -e
docker build --tag witten/borgmatic-docs --file docs/Dockerfile .
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
set -e
. scripts/docs/build
docker push witten/borgmatic-docs