Skip to content
Snippets Groups Projects
Verified Commit 62691e98 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Remove always on screen chat - incompatible with new theme

parent d2325837
No related branches found
No related tags found
1 merge request!29Améliorations diverses d'Etherpad
......@@ -71,7 +71,7 @@ RUN curl -SL https://github.com/ether/etherpad-lite/archive/${ETHERPAD_VERSION}.
FROM base
COPY entrypoint.sh /opt/etherpad-lite/entrypoint.sh
COPY img/favicon.ico /opt/etherpad-lite/src/static/favicon.ico
COPY img/favicon.ico /opt/etherpad-lite/src/favicon.ico
RUN apt-get update && \
apt-get install -y mysql-client abiword && \
chmod +x /opt/etherpad-lite/entrypoint.sh && \
......
......@@ -92,8 +92,8 @@ cat <<- EOF > /opt/etherpad-lite/settings.json
"padOptions": {
"lang": "fr",
"userName": "Anonyme",
"alwaysShowChat": true,
"chatAndUsers": true
"alwaysShowChat": false,
"chatAndUsers": false
},
"allowUnknownFileEnds": false,
EOF
......@@ -116,5 +116,6 @@ cat <<- EOF >> /opt/etherpad-lite/settings.json
}
EOF
cp /opt/etherpad-lite/favicon.ico /opt/etherpad-lite/src/static/favicon.ico
exec "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment