Sign inSign up

enalean/build-documentation

By enalean

Updated over 5 years ago

Image
0

1.3K

enalean/build-documentation repository overview

How to run

This is meant to be used in continuous integration

$> build_cid="$(docker run ---detach -e VERSION=$VERSION -v "$(pwd)":/sources:ro builddoc)"
$> docker logs -f "$build_cid"
$> docker cp "$build_cid":/output/. $my_packages_directory
$> docker rm -fv "$build_cid"

Tag summary

Content type

Image

Digest

sha256:1e850f5b1

Size

106.9 MB

Last updated

over 5 years ago

docker pull enalean/build-documentation