#!/bin/sh # script/server: Launch the application and any extra required processes # locally. set -e cd "$(dirname "$0")/.." # ensure everything in the app is up to date. script/update docker run --rm -it -p 4000:4000 -v "$PWD/ianonavy:/srv/jekyll" jekyll/minimal:3.8 jekyll serve