From b77a29215cf82e43992b6e9fea308ec4a5a36804 Mon Sep 17 00:00:00 2001 From: fithwum Date: Thu, 22 May 2025 06:35:39 -0700 Subject: [PATCH] updates --- alpine/files/Install_Script.sh | 4 ++-- build_base.sh => build_FoundryVTT.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename build_base.sh => build_FoundryVTT.sh (82%) diff --git a/alpine/files/Install_Script.sh b/alpine/files/Install_Script.sh index c04a550..7827f11 100644 --- a/alpine/files/Install_Script.sh +++ b/alpine/files/Install_Script.sh @@ -19,7 +19,7 @@ chmod +x /foundry/ # Run. echo "INFO ! Starting FoundryVTT Server" echo " " -# 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' +# 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' exit diff --git a/build_base.sh b/build_FoundryVTT.sh similarity index 82% rename from build_base.sh rename to build_FoundryVTT.sh index 3d40529..056beb3 100755 --- a/build_base.sh +++ b/build_FoundryVTT.sh @@ -2,5 +2,5 @@ # Copyright (c) 2023 fithwum # All rights reserved -docker build --pull --rm -f "alpine/Dockerfile" -t fithwum/foundry_vtt:alpine "foundry_vtt/alpine" +docker build --pull --rm -f "alpine/Dockerfile" -t fithwum/foundry_vtt:alpine "alpine" docker push -a fithwum/foundry_vtt