add script for building site with docker

This commit is contained in:
James Ravenscroft 2022-10-22 15:18:24 +00:00
parent 1b15bbc6ee
commit bc84d0d1ef
1 changed files with 2 additions and 0 deletions

2
brainsteam/build.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker run --rm -it -v `pwd`:/src -u $UID:$GID klakegg/hugo