From e49e46cdecfea024ee55437cfb381eb4fcb2f49f Mon Sep 17 00:00:00 2001 From: fithwum Date: Thu, 22 May 2025 06:29:55 -0700 Subject: [PATCH] updates --- alpine/files/Install_Script.sh | 6 +++--- build_base.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/alpine/files/Install_Script.sh b/alpine/files/Install_Script.sh index a503476..c04a550 100644 --- a/alpine/files/Install_Script.sh +++ b/alpine/files/Install_Script.sh @@ -3,7 +3,7 @@ # All rights reserved # Variables. -FVTT_VERSION=11 +FVTT_VERSION=13 echo " " echo "Current FoundryVTT Release version is ${FVTT_VERSION}." @@ -19,7 +19,7 @@ chmod +x /foundry/ # Run. echo "INFO ! Starting FoundryVTT Server" echo " " -# exec node /foundry/fvtt/resources/app/main.js --dataPath=/foundry/data -su foundry -c 'node /foundry/fvtt/resources/app/main.js --dataPath=/foundry/data --ignore-gpu-blacklist' +# exec node /foundry/resources/app/main.js --dataPath=/foundry/data +su foundry -c 'node /foundry/resources/app/main.js --dataPath=/foundry/data --ignore-gpu-blacklist' exit diff --git a/build_base.sh b/build_base.sh index d2ff2a6..3d40529 100755 --- a/build_base.sh +++ b/build_base.sh @@ -2,5 +2,5 @@ # Copyright (c) 2023 fithwum # All rights reserved -docker build --pull --rm -f "alpine/Dockerfile" -t fithwum/foundry_vtt:alpine "alpine" -docker push -a fithwum/foundryvtt \ No newline at end of file +docker build --pull --rm -f "alpine/Dockerfile" -t fithwum/foundry_vtt:alpine "foundry_vtt/alpine" +docker push -a fithwum/foundry_vtt