From 3b4064699406b37b87bf25be5c5f9d6722aa812b Mon Sep 17 00:00:00 2001 From: herveleclerc Date: Fri, 6 Sep 2024 15:09:26 +0200 Subject: [PATCH] dockerfile --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 98a5f76..2ad772d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ FROM nginx:alpine -COPY --chown=42:42 styles /usr/share/nginx/html/revealjs/css/theme + COPY --chown=42:42 output-html /usr/share/nginx/html COPY --chown=42:42 images /usr/share/nginx/html/images RUN apk add git && \ git clone https://github.com/hakimel/reveal.js /usr/share/nginx/html/revealjs && \ - apk del git \ No newline at end of file + apk del git +COPY --chown=42:42 styles /usr/share/nginx/html/revealjs/css/theme \ No newline at end of file