Commit bd577002 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Corrige le chemin d'"external" dans l'image docker.

parent cd3859c9
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
...@@ -4,7 +4,8 @@ RUN umask 0044 ...@@ -4,7 +4,8 @@ RUN umask 0044
RUN mkdir -p /reveal_js RUN mkdir -p /reveal_js
COPY package*.json external Gruntfile.js /reveal_js/ COPY package*.json Gruntfile.js /reveal_js/
COPY external /reveal_js/external/
WORKDIR /reveal_js WORKDIR /reveal_js
......
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