Initial commit

This commit is contained in:
michelle@shelltr.me
2025-06-07 14:04:07 -07:00
parent b0fb135499
commit ef2a6b31ad
19 changed files with 332 additions and 0 deletions

8
pdf_make/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
# pdf_make/Dockerfile
FROM pandoc/latex:2.19
WORKDIR /app
# IMPORTANT: Copy your script into the container
COPY generate_reports.sh /app/generate_reports.sh
RUN chmod +x /app/generate_reports.sh