Skip to content
Snippets Groups Projects
Commit 870ec6b8 authored by Benjamin Lecha's avatar Benjamin Lecha :upside_down:
Browse files

Ajout multi-stage avec pandoc

parent bcc66080
No related branches found
No related tags found
No related merge requests found
FROM pandoc/core as pandoc
COPY demo_pandoc.docx /data
RUN pandoc -s demo_pandoc.docx -o index.html
FROM nginx as webserver
COPY --from=pandoc /data /usr/share/nginx/html
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment