A template engine for multiple documents.
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:latestTo 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