summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8db3d5d..140ed60 100644
--- a/Makefile
+++ b/Makefile
@@ -75,4 +75,7 @@ $(out)/atom.xml: news.yaml
$(generate_atom) _atom.template.xml $< > $@.tmp
mv $@.tmp $@
-
+build:
+ docker build -t alpine-mksite .
+test:
+ docker run -t -p 8000:8000 alpine-mksite