mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
docker: move docker/settings.json to /settings.json.docker
This commit is contained in:
parent
dc15f4a43c
commit
30fd53f1fd
3 changed files with 4 additions and 9 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue