Skip to content

Instantly share code, notes, and snippets.

@gridhead
Created August 22, 2021 13:11
Show Gist options
  • Select an option

  • Save gridhead/41db613f487e6835f5b2a610cdccfc1a to your computer and use it in GitHub Desktop.

Select an option

Save gridhead/41db613f487e6835f5b2a610cdccfc1a to your computer and use it in GitHub Desktop.
Etherpad Dockerfile
FROM docker.io/library/node:latest
LABEL maintainer "Akashdeep Dhar <[email protected]>"
WORKDIR /data
RUN git clone --branch master https://github.com/ether/etherpad-lite.git .
EXPOSE 9001
ENTRYPOINT ["sh", "/data/src/bin/run.sh", "--root"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment