Skip to content

Commit

Permalink
try with learn.alterway.fr
Browse files Browse the repository at this point in the history
  • Loading branch information
herveleclerc committed Sep 6, 2024
1 parent 7627470 commit f286454
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:alpine
COPY --chown=42:42 styles revealjs/css/theme
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
6 changes: 5 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,11 @@ done
#[[ $REVEALJSURL == "" ]] && REVEALJSURL="https://reveal.alterway.fr"
#[[ $REVEALJSURL == "" ]] && REVEALJSURL="http://192.168.1.12:9000"
#[ $REVEALJSURL == "" ]] && REVEALJSURL="http://10.2.1.35:9000"
[[ $REVEALJSURL == "" ]] && REVEALJSURL="http://training.alterway.fr/formations/revealjs"
#[[ $REVEALJSURL == "" ]] && REVEALJSURL="http://training.alterway.fr/formations/revealjs"
[[ $REVEALJSURL == "" ]] && REVEALJSURL="http://learn.alterway.fr/revealjs"
if [[ $THEME == "" ]]; then
THEME="awcc"
Expand Down

0 comments on commit f286454

Please sign in to comment.