From 7627470bba72d16d37a94ee75a0dc866f8c10e34 Mon Sep 17 00:00:00 2001 From: herveleclerc Date: Fri, 6 Sep 2024 13:22:06 +0200 Subject: [PATCH] images --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c6cbc6c..0e39c86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,4 @@ FROM nginx:alpine -COPY --chown=42:42 output-html/* /usr/share/nginx/html/. +COPY --chown=42:42 styles revealjs/css/theme +COPY --chown=42:42 output-html /usr/share/nginx/html +COPY --chown=42:42 images /usr/share/nginx/html/images \ No newline at end of file