website/build.sh
2019-12-14 14:11:25 +01:00

4 lines
135 B
Bash
Executable file

#!/bin/bash
docker run --rm -v "$(pwd):/srv/jekyll" jekyll/jekyll jekyll build
docker build -t docker.data.coop/cryptoaarhus-website .