7 lines
129 B
Docker
7 lines
129 B
Docker
FROM tvelocity/etherpad-lite:latest
|
|
|
|
# Install custom plugins
|
|
RUN npm install \
|
|
ep_headings2 \
|
|
ep_print \
|
|
ep_markdown |