Skip to content

Commit

Permalink
Merge pull request #1 from digabi/feature/disable-welcome-popup
Browse files Browse the repository at this point in the history
Disable welcome popup
  • Loading branch information
mikaukora authored May 3, 2024
2 parents 1d2747c + 631d174 commit c2a36f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
FROM collabora/code

COPY coolwsd.xml /etc/coolwsd/coolwsd.xml

# Disable welcome message
USER root
RUN sed -i "s|%ENABLE_WELCOME_MSG%|false|g" /usr/share/coolwsd/browser/dist/cool.html
USER cool

0 comments on commit c2a36f9

Please sign in to comment.