Added build.sh for building the container

Most importantly because it eases my pain when following patch releases
in hugo.
This commit is contained in:
Johannes
2017-04-25 19:56:07 +02:00
parent 43c070e60c
commit 6ed64de185

3
build.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker build -t jojomi/hugo .