HomePhabricator

Dockerfile to build + serve HTML documentation

Description

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

Reviewers: O1 Bitcoin ABC, #bitcoin_abc, schancel, jasonbcox

Reviewed By: O1 Bitcoin ABC, #bitcoin_abc, schancel, jasonbcox

Subscribers: teamcity

Differential Revision: https://reviews.bitcoinabc.org/D1303

Details

Provenance
deepthawtzAuthored on Apr 21 2018, 22:32
deepthawtzPushed on Apr 22 2018, 02:08
Reviewer
Restricted Owners Package
Differential Revision
D1303: Dockerfile to build + serve HTML documentation
Parents
rABC08c165190a80: fix: add support for CORS headers and pre-flight request
Branches
Unknown
Tags
Unknown