fix: /tmp/element-web-config may already exist preventing the container from booting up (#29372)

* fix: /tmp/element-web-config may already exist preventing the container from booting up

* Update docker/docker-entrypoint.d/18-load-element-modules.sh

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Itay Grudev
2025-02-27 14:13:23 +02:00
committed by GitHub
parent 0997e0a747
commit 45497905be

View File

@@ -11,7 +11,7 @@ entrypoint_log() {
}
# Copy these config files as a base
mkdir /tmp/element-web-config
mkdir -p /tmp/element-web-config
cp /app/config*.json /tmp/element-web-config/
# If there are modules to be loaded