Commit 96def523 authored by Narcon Nicolas's avatar Narcon Nicolas
Browse files

FIX: dockerfile wrong paths

parent efed1c74
No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
......@@ -8,11 +8,11 @@ FROM alpine:latest
RUN mkdir /public
# Copie des assets nécessaires reveal.js
COPY ./slides/revealjs /public/revealjs
COPY ./revealjs /public/revealjs
# Copie du fichier index.html modifié (gestion du markdown, et lien vers le fichier css custom)
COPY ./slides/index.html /public/
COPY ./slides/illustrations /public/illustrations
COPY ./index.html /public/
COPY ./illustrations /public/illustrations
# Copie des styles custom
COPY ./slides/otb.css /public/
\ No newline at end of file
COPY ./otb.css /public/
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment