Skip to content

OwlByTech/docu-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docu Stream

A template engine for multiple documents.

Getting started

Docustream

To get started, you must build the Docker image:

docker build -t docu-stream:latest -f Dockerfile-docustream .

Then, run the image on a custom port:

docker run -it --rm -p 5000:3000 docu-stream:latest

Convert

To get started, you must build the Docker image:

docker build -t docu-convert:latest -f Dockerfile-convert .

Then, run the image on a custom port:

docker run -it --rm -p 5001:4014 docu-convert:latest

About

DocuStream is a template engine for multiple documents.

Resources

License

Stars

Watchers

Forks

Packages

No packages published