Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11723225
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/Dockerfile b/Dockerfile
index de5af1f..dff34e7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,34 +1,33 @@
#
# Docker image for Etherpad
#
FROM debian:stretch
# Forked from Tony Motakis <tvelocity@gmail.com>
MAINTAINER Sébastien Santoro aka Dereckson <dereckson+nasqueron-docker@espace-win.org>
RUN apt-get update && \
apt-get install -y curl unzip mysql-client git sudo python libssl-dev pkg-config build-essential abiword && \
curl -sL https://deb.nodesource.com/setup_9.x | bash && \
apt-get install -y nodejs && \
rm -r /var/lib/apt/lists/*
RUN cd /opt && \
git clone https://github.com/ether/etherpad-lite && \
cd etherpad-lite && \
bin/installDeps.sh && \
+ npm install ep_ether-o-meter && \
+ npm install ep_author_neat && \
rm settings.json
COPY entrypoint.sh /entrypoint.sh
VOLUME /opt/etherpad-lite/var
RUN ln -s /opt/etherpad-lite/var/settings.json /opt/etherpad-lite/settings.json
-# Production plug-ins installation, as a separate layer to reuse master
-RUN npm install ep_ether-o-meter && npm install ep_author_neat
-
WORKDIR /opt/etherpad-lite
EXPOSE 9001
ENTRYPOINT ["/entrypoint.sh"]
CMD ["bin/run.sh", "--root"]
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Sep 18, 09:03 (19 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2990286
Default Alt Text
(1 KB)
Attached To
Mode
rDETHER Docker image for Etherpad
Attached
Detach File
Event Timeline
Log In to Comment