fixed typo in entrypoint.sh
Build foundry vtt docker image and push to registry / docker (push) Successful in 1m2s

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