Page MenuHomeDevCentral

No OneTemporary

diff --git a/Dockerfile b/Dockerfile
index 76091ec..1677386 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,28 +1,28 @@
# Stable version of etherpad doesn't support npm 2
FROM debian:jessie
MAINTAINER Tony Motakis <tvelocity@gmail.com>
-ENV ETHERPAD_VERSION 1.5.3
+ENV ETHERPAD_VERSION 1.5.4
RUN apt-get update && \
apt-get install -y curl unzip nodejs-legacy npm mysql-client && \
rm -r /var/lib/apt/lists/*
WORKDIR /opt/
RUN curl -SL \
https://github.com/ether/etherpad-lite/archive/${ETHERPAD_VERSION}.zip \
> etherpad.zip && unzip etherpad && rm etherpad.zip && \
mv etherpad-lite-${ETHERPAD_VERSION} etherpad-lite
WORKDIR etherpad-lite
RUN bin/installDeps.sh && rm settings.json
COPY entrypoint.sh /entrypoint.sh
VOLUME /opt/etherpad-lite/var
RUN ln -s var/settings.json settings.json
EXPOSE 9001
ENTRYPOINT ["/entrypoint.sh"]
CMD ["bin/run.sh", "--root"]

File Metadata

Mime Type
text/x-diff
Expires
Sun, Oct 12, 07:29 (12 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3065416
Default Alt Text
(915 B)

Event Timeline