Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F5130
nasqueron/docker-etherpad/Dockerfile
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
dereckson
Jul 21 2015, 16:40
2015-07-21 16:40:46 (UTC+0)
Size
707 B
Referenced Files
None
Subscribers
None
nasqueron/docker-etherpad/Dockerfile
View Options
#
# Docker image for Etherpad
#
FROM debian:jessie
# 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 nodejs-legacy npm mysql-client git && \
rm -r /var/lib/apt/lists/*
RUN cd /opt && \
git clone https://github.com/ether/etherpad-lite && \
cd etherpad-lite && \
bin/installDeps.sh && \
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
EXPOSE 9001
ENTRYPOINT ["/entrypoint.sh"]
CMD ["/opt/etherpad-lite/bin/run.sh", "--root"]
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4998
Default Alt Text
nasqueron/docker-etherpad/Dockerfile (707 B)
Attached To
Mode
P104 nasqueron/docker-etherpad/Dockerfile
Attached
Detach File
Event Timeline
Log In to Comment