Skip to content
Snippets Groups Projects
Verified Commit f97ad9a2 authored by Romain De Laage De Bellefaye's avatar Romain De Laage De Bellefaye
Browse files

Merge branch 'master' of gitlab.utc.fr:picasoft/projets/dockerfiles into master

parents ccf8d4a1 4ba4c2a8
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ RUN curl -SL https://github.com/ether/etherpad-lite/archive/${ETHERPAD_VERSION_B
COPY ./landing-page ./src/templates/landing-page
# Build and replace landing page
RUN npm install minify@5.1.1 && \
RUN npm install minify && \
./src/templates/landing-page/build/build.sh && \
cp ./src/templates/landing-page/index.html src/templates/index.html && \
cp -r ./src/templates/landing-page/static/* src/static/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment