Skip to content

Commit

Permalink
Merge pull request #8 from boxbilling/readme-update
Browse files Browse the repository at this point in the history
Instructions update
  • Loading branch information
fordnox committed Oct 31, 2020
2 parents 60e892d + a3eabc5 commit 8a927e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ The documentation language is [reStructuredText](https://www.sphinx-doc.org/en/m

## Build local version of docs

docker build --tag boxbilling-docs:1.0 .
docker build --tag boxbilling-docs:latest .
docker run -i -t -p 1318:8000 boxbilling-docs:latest python3 -m http.server --directory /docs/build/html

0 comments on commit 8a927e8

Please sign in to comment.