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:
parent
2af7693e64
commit
620e29b63f
19 changed files with 35 additions and 35 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -ex
|
||||
pushd docs
|
||||
compose run --rm jekyll jekyll build
|
||||
docker-compose run --rm jekyll jekyll build
|
||||
popd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue