Skip to content

Commit

Permalink
reveal add
Browse files Browse the repository at this point in the history
  • Loading branch information
herveleclerc committed Sep 6, 2024
1 parent f286454 commit ff1caa9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +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
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
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ done
#[ $REVEALJSURL == "" ]] && REVEALJSURL="http://10.2.1.35:9000"
#[[ $REVEALJSURL == "" ]] && REVEALJSURL="http://training.alterway.fr/formations/revealjs"
[[ $REVEALJSURL == "" ]] && REVEALJSURL="http://learn.alterway.fr/revealjs"
[[ $REVEALJSURL == "" ]] && REVEALJSURL="https://learn.alterway.fr/revealjs"
Expand Down

0 comments on commit ff1caa9

Please sign in to comment.