Add wip lab 3

This commit is contained in:
2025-06-10 10:54:13 -07:00
parent 4bf9dd216b
commit cbe1713adf
25 changed files with 17 additions and 13 deletions

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