Skip to content
Snippets Groups Projects
Unverified Commit 45497905 authored by Itay Grudev's avatar Itay Grudev Committed by GitHub
Browse files

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: default avatarMichael Telatynski <7t3chguy@gmail.com>

---------

Co-authored-by: default avatarMichael Telatynski <7t3chguy@gmail.com>
parent 0997e0a7
No related merge requests found
...@@ -11,7 +11,7 @@ entrypoint_log() { ...@@ -11,7 +11,7 @@ entrypoint_log() {
} }
# Copy these config files as a base # 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/ cp /app/config*.json /tmp/element-web-config/
# If there are modules to be loaded # If there are modules to be loaded
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment