0
0

Etherpad: added ep_adminpads3 plugin
Some checks failed
etherpad / build (push) Failing after 6m52s

This commit is contained in:
Opnxng 2024-06-09 10:27:20 +08:00
parent 6cb34b23c8
commit 86a742a388

View File

@ -1,5 +1,5 @@
FROM etherpad/etherpad:latest
ARG ETHERPAD_PLUGINS="ep_font_color ep_spellcheck ep_font_size ep_image_upload ep_embedded_hyperlinks2"
ARG ETHERPAD_PLUGINS="ep_font_color ep_spellcheck ep_font_size ep_image_upload ep_embedded_hyperlinks2 ep_adminpads3"
RUN sed -i '/#innerdocbody {/a \ \ font-size: 18px;' ./src/static/css/iframe_editor.css
RUN { [ -z "${ETHERPAD_PLUGINS}" ] || \
npm install --no-save ${ETHERPAD_PLUGINS}; } && \