docker: move docker/settings.json to /settings.json.docker

This commit is contained in:
muxator 2019-11-08 23:50:50 +01:00
parent dc15f4a43c
commit 30fd53f1fd
3 changed files with 4 additions and 9 deletions

View file

@ -34,7 +34,7 @@ RUN bin/installDeps.sh && \
RUN for PLUGIN_NAME in ${ETHERPAD_PLUGINS}; do npm install "${PLUGIN_NAME}"; done
# Copy the configuration file.
COPY ./docker/settings.json /opt/etherpad-lite/settings.json
COPY ./settings.json.docker /opt/etherpad-lite/settings.json
# Follow the principle of least privilege: run as unprivileged user.
#