compose/script/build-docs
Ben Firshman c12d1d73f0 Remove containers in scripts
So we don't clutter up Docker with loads of stopped containers.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-09 10:49:37 -08:00

6 lines
69 B
Bash
Executable File

#!/bin/bash
set -ex
pushd docs
fig run --rm jekyll jekyll build
popd