add build.sh

This commit is contained in:
Philipp Lang 2023-05-17 00:29:51 +02:00 committed by philipp lang
parent 0a64f8ef0c
commit b120e5a039
1 changed files with 1 additions and 0 deletions

1
build.sh Normal file
View File

@ -0,0 +1 @@
docker run -p 35729:35729 -p 4000:4000 --rm -v "$PWD:/srv/jekyll" jekyll/minimal:latest sh -c 'chown -R jekyll /usr/gem && jekyll serve --incremental'