Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 249 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 249 Bytes

docs-docker

Docker image for build document to html files.

build local image

$ docker build -t ci-docs .

How to use

Run with online image

$ docker run --rm -ti -v $(PWD):/home/ci appleboy/codeigniter-docs /bin/bash