Page MenuHomePhabricator

Dockerfile to build + serve HTML documentation
ClosedPublic

Authored by deepthawtz on Apr 21 2018, 22:41.

Details

Reviewers
schancel
jasonbcox
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rSTAGING35f3414fb191: Dockerfile to build + serve HTML documentation
rABC35f3414fb191: Dockerfile to build + serve HTML documentation
Summary

A Dockerfile to automate building doxygen docs so online HTML docs are always up to date

Test Plan
# build the docker image
docker build -t abc-docs -f Dockerfile-doxygen .
# run the docker image (nginx static HTML)
docker run --rm -p 4000:80 abc-docs

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable