Avoid using /tmp/ for bind mounts and non-tmpfs binds (#29488)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2025-03-13 14:51:01 +00:00
committed by GitHub
parent 917d53a56f
commit 962136d453
4 changed files with 9 additions and 9 deletions

View File

@@ -77,7 +77,7 @@ jobs:
--rm \
-e "ELEMENT_WEB_PORT=$ELEMENT_WEB_PORT" \
-dp "$ELEMENT_WEB_PORT:$ELEMENT_WEB_PORT" \
-v $(pwd)/modules:/tmp/element-web-modules \
-v $(pwd)/modules:/modules \
"$IMAGEID" \
)