6 lines
154 B
Docker
6 lines
154 B
Docker
FROM etherpad/etherpad:1.8.4
|
|
|
|
# Change instance settings
|
|
ENV NODE_ENV=production
|
|
ENV TRUST_PROXY=true
|
|
COPY settings.json /opt/etherpad-lite/settings.json
|