Install plugins
This commit is contained in:
parent
a081d5e033
commit
6a362b7dc4
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ RUN sed -i 's/^node/exec\ node/' bin/run.sh
|
|||
VOLUME /opt/etherpad-lite/var
|
||||
RUN ln -s var/settings.json settings.json
|
||||
|
||||
RUN npm install ep_author_neat ep_headings2 ep_set_title_on_pad
|
||||
|
||||
EXPOSE 9001
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["bin/run.sh", "--root"]
|
||||
|
|
Loading…
Reference in a new issue