docker-ovh/etherpad/Dockerfile

7 lines
154 B
Docker
Raw Normal View History

2021-02-18 18:14:22 +01:00
FROM etherpad/etherpad:1.8.9
2020-02-02 23:55:37 +01:00
# Change instance settings
ENV NODE_ENV=production
ENV TRUST_PROXY=true
COPY settings.json /opt/etherpad-lite/settings.json