mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-07-29 07:58:33 -04:00
Add docker script
This commit is contained in:
parent
872dd38ac5
commit
673a1015ea
1 changed files with 8 additions and 0 deletions
8
docker.sh
Normal file
8
docker.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue