updates
This commit is contained in:
2
debian/Dockerfile
vendored
2
debian/Dockerfile
vendored
@@ -10,7 +10,7 @@ ENV GAME_PORT=30000
|
||||
RUN addgroup foundry && adduser -q --disabled-password --ingroup foundry foundry
|
||||
|
||||
# Install dependencies and folder creation
|
||||
RUN apt update && apt install ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \
|
||||
RUN apt update && apt install ca-certificates libstdc++6 bash-completion tar nodejs npm \
|
||||
&& mkdir -p /foundry /ftemp \
|
||||
&& chmod 777 -R /foundry \
|
||||
&& chown 99:100 -R /foundry
|
||||
|
||||
2
debian/files/Install_Script.sh
vendored
2
debian/files/Install_Script.sh
vendored
@@ -20,6 +20,6 @@ chmod +x /foundry/
|
||||
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'
|
||||
foundry -c 'node /foundry/fvtt/resources/app/main.js --dataPath=/foundry/data --ignore-gpu-blacklist'
|
||||
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user