Skip to content
Snippets Groups Projects
Commit a956e2fd authored by Andres Maldonado's avatar Andres Maldonado
Browse files

[Etherpad] Fix minify version

parent 9cde0574
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 && \
RUN npm install minify@5 && \
./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