entrypoint.sh aktualisiert
Build foundry vtt docker image and push to registry / docker (push) Successful in 48s

testing for existence of newer foundry main.js in different location in v13 and higher
This commit is contained in:
2026-05-23 15:24:05 +02:00
parent b4593c014a
commit 5326c8b473
+1 -1
View File
@@ -10,7 +10,7 @@ chown -R ${PUID}:${PGID} /foundry
FOUNDRY_MAIN_PATH=/foundry/resources/app/main.js FOUNDRY_MAIN_PATH=/foundry/resources/app/main.js
# check for newer path used in v13 and newer # check for newer path used in v13 and newer
if [ ! -f /foundry/main.js ]; then if [ -e /foundry/main.js]; then
FOUNDRY_MAIN_PATH=/foundry/main.js FOUNDRY_MAIN_PATH=/foundry/main.js
fi fi