Add docker script

This commit is contained in:
deathrow 2022-11-07 19:51:38 +00:00
parent 872dd38ac5
commit 673a1015ea

8
docker.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/bash
export JEKYLL_VERSION=3.8
docker run --rm \
--volume="$PWD:/srv/jekyll:Z" \
-it jekyll/jekyll:$JEKYLL_VERSION \
jekyll build