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