Skip to content

Dockerfile for Softcover.io publishing system.

Notifications You must be signed in to change notification settings

minireference/softcover-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dockerfile for Softcover.io publishing system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%