Rename binary to docker-compose and config file to docker-compose.yml

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2015-01-20 11:27:10 +00:00
commit 620e29b63f
19 changed files with 35 additions and 35 deletions

View file

@ -1,5 +1,5 @@
#!/bin/bash
set -ex
pushd docs
compose run --rm jekyll jekyll build
docker-compose run --rm jekyll jekyll build
popd