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

Correction des permissions des fichiers.

parent 5c4b84c0
No related merge requests found
Showing with 4 additions and 0 deletions
+4 -0
...@@ -4,6 +4,8 @@ RUN mkdir -p /src /dist /reveal_js ...@@ -4,6 +4,8 @@ RUN mkdir -p /src /dist /reveal_js
RUN ln -snf /src /reveal_js/src RUN ln -snf /src /reveal_js/src
RUN ln -snf /dist /reveal_js/dist RUN ln -snf /dist /reveal_js/dist
RUN umask 0044
COPY package*.json /reveal_js/ COPY package*.json /reveal_js/
WORKDIR /reveal_js WORKDIR /reveal_js
...@@ -19,6 +21,8 @@ RUN tar xvfz /tmp/pandoc.tar.gz -C /usr/local --strip-components=1 \ ...@@ -19,6 +21,8 @@ RUN tar xvfz /tmp/pandoc.tar.gz -C /usr/local --strip-components=1 \
COPY . /reveal_js COPY . /reveal_js
RUN chmod -R +rX /reveal_js /usr/local
EXPOSE 80/tcp 8899/tcp EXPOSE 80/tcp 8899/tcp
ENTRYPOINT ["/reveal_js/node_modules/.bin/grunt"] ENTRYPOINT ["/reveal_js/node_modules/.bin/grunt"]
......
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