Skip to content

Commit

Permalink
fix: /tmp/element-web-config may already exist preventing the contain…
Browse files Browse the repository at this point in the history
…er 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 <[email protected]>

---------

Co-authored-by: Michael Telatynski <[email protected]>
  • Loading branch information
itay-grudev and t3chguy authored Feb 27, 2025
1 parent 0997e0a commit 4549790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-entrypoint.d/18-load-element-modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4549790

Please sign in to comment.