Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
herveleclerc committed Sep 6, 2024
1 parent b5b4f2e commit 3b40646
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
apk del git
COPY --chown=42:42 styles /usr/share/nginx/html/revealjs/css/theme

0 comments on commit 3b40646

Please sign in to comment.