mirror of
https://github.com/docker/compose.git
synced 2025-06-26 16:34:28 +02:00
So we don't clutter up Docker with loads of stopped containers. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
6 lines
69 B
Bash
Executable File
6 lines
69 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
pushd docs
|
|
fig run --rm jekyll jekyll build
|
|
popd
|