A Dockerfile to automate building doxygen docs so online HTML docs are always up to date
Details
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
# 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
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- dylan/docker_build_docs
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 2364 Build 2862: Bitcoin ABC Buildbot (legacy) Build 2861: arc lint + arc unit