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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Dockerfile-doxygen | ||
---|---|---|
1 ↗ | (On Diff #3566) | Would it improve build performance to change this to alpine? |