This commit is contained in:
2025-05-22 06:29:55 -07:00
parent e420e88815
commit e49e46cdec
2 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
# All rights reserved # All rights reserved
# Variables. # Variables.
FVTT_VERSION=11 FVTT_VERSION=13
echo " " echo " "
echo "Current FoundryVTT Release version is ${FVTT_VERSION}." echo "Current FoundryVTT Release version is ${FVTT_VERSION}."
@@ -19,7 +19,7 @@ chmod +x /foundry/
# Run. # Run.
echo "INFO ! Starting FoundryVTT Server" echo "INFO ! Starting FoundryVTT Server"
echo " " echo " "
# exec node /foundry/fvtt/resources/app/main.js --dataPath=/foundry/data # exec node /foundry/resources/app/main.js --dataPath=/foundry/data
su foundry -c 'node /foundry/fvtt/resources/app/main.js --dataPath=/foundry/data --ignore-gpu-blacklist' su foundry -c 'node /foundry/resources/app/main.js --dataPath=/foundry/data --ignore-gpu-blacklist'
exit exit

View File

@@ -2,5 +2,5 @@
# Copyright (c) 2023 fithwum # Copyright (c) 2023 fithwum
# All rights reserved # All rights reserved
docker build --pull --rm -f "alpine/Dockerfile" -t fithwum/foundry_vtt:alpine "alpine" docker build --pull --rm -f "alpine/Dockerfile" -t fithwum/foundry_vtt:alpine "foundry_vtt/alpine"
docker push -a fithwum/foundryvtt docker push -a fithwum/foundry_vtt