updates
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user