mirror of
https://github.com/docker/compose.git
synced 2025-07-16 10:14:24 +02:00
6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
pushd docs
|
|
docker-compose run --rm jekyll jekyll build
|
|
popd
|