Docker support within the repository (#1732)

- Adds a Dockerfile within this repository
- GitHub actions to build and test the image
This commit is contained in:
Darless
2021-08-03 05:52:47 -05:00
committed by GitHub
parent 046353cf7e
commit 334df62651
4 changed files with 115 additions and 0 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Initialize the wiki
if [ ! -d .git ]; then
git init
fi
# Start gollum service
gollum --mathjax