homepage/run.sh

4 lines
140 B
Bash
Raw Normal View History

2019-10-05 19:49:01 -06:00
#! /bin/sh
2021-11-29 15:28:54 -07:00
docker run --rm --net=host -v $(pwd):/srv/jekyll -u $(id -u):$(id -g) jekyll/jekyll:minimal /usr/gem/bin/jekyll s --host 0 "$@"