Add wip lab 3
This commit is contained in:
8
utilities/pdf_make/Dockerfile
Normal file
8
utilities/pdf_make/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user