docker-ovh/etherpad/Dockerfile
2020-02-02 23:55:37 +01:00

7 lines
148 B
Docker

FROM etherpad/etherpad
# Change instance settings
ENV NODE_ENV=production
ENV TRUST_PROXY=true
COPY settings.json /opt/etherpad-lite/settings.json