Add Docker documentation tools container with pandoc, mdbook, typst, latex, spell checking, and reading time estimation

This commit is contained in:
2025-10-16 08:16:17 -05:00
parent 17fde70151
commit cf0a36071e
5 changed files with 264 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
version: '3.8'
services:
docmaker:
build:
context: .
dockerfile: Dockerfile
container_name: RCEO-AIOS-Public-Tools-DocMaker
image: rceo-aios-public-tools-docmaker:latest
volumes:
- ../../:/workspace:rw
working_dir: /workspace
stdin_open: true
tty: true
command: /bin/bash