Created
August 22, 2021 13:11
-
-
Save gridhead/41db613f487e6835f5b2a610cdccfc1a to your computer and use it in GitHub Desktop.
Etherpad Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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