This commit is contained in:
2025-05-22 06:35:39 -07:00
parent e49e46cdec
commit b77a29215c
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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