fixed typo in entrypoint.sh
Build foundry vtt docker image and push to registry / docker (push) Successful in 1m2s
Build foundry vtt docker image and push to registry / docker (push) Successful in 1m2s
This commit is contained in:
+1
-1
@@ -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 [ -e /foundry/main.js]; then
|
if [ -e /foundry/main.js ]; then
|
||||||
FOUNDRY_MAIN_PATH=/foundry/main.js
|
FOUNDRY_MAIN_PATH=/foundry/main.js
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user