website/bin/docker-watch.sh

10 lines
160 B
Bash
Raw Permalink Normal View History

2021-08-17 14:41:24 -04:00
#!/bin/sh
docker run -d --rm \
--volume="$PWD/src:/srv/jekyll" \
--publish 4000:4000 \
--name="jekyll" \
jekyll/jekyll:4 \
jekyll serve \
--drafts