Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 401 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 401 Bytes

Softcover Dockerfile

For running the Softcover eBook typesetting system.

Image hosted on DockerHub.

Usage:

Build html from book directory:

docker run -v `pwd`:/book softcover:latest sc build:html

Run server:

docker run -v `pwd`:/book -d -p 4000:4000 softcover:latest sc server