updates
Build and Push foundryvtt Docker Image / check-for-changes (push) Successful in 9s
Build and Push foundryvtt Docker Image / build (push) Successful in 38s
Build and Push foundryvtt Docker Image / generate-changelogs (push) Successful in 11s
Build and Push foundryvtt Docker Image / generate-build-info (push) Successful in 11s

This commit is contained in:
2026-07-17 18:28:11 -07:00
parent a37e69dcd3
commit 772178eba7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
FROM alpine:latest
LABEL maintainer="fithwum"
ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/foundryvtt/raw/branch/master/alpine/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/foundryvtt/raw/branch/master/alpine/Install_Script.sh
ENV PUID=99
ENV GUID=100
@@ -17,8 +17,8 @@ if [ ! -e /foundry/version-${FOUNDRYVTT_VERSION} ];
then
echo "INFO ! Setting permissions for new/updated files"
find /foundry \! -perm 776 -exec chmod 776 {} \;
find /foundry \! -user 99 -exec chown 99 {} \;
find /foundry \! -group 100 -exec chgrp 100 {} \;
# find /foundry \! -user 99 -exec chown 99 {} \;
# find /foundry \! -group 100 -exec chgrp 100 {} \;
chmod +x /foundry/fvtt/resources/app/main.js
rm -fr /foundry/version-*
touch /foundry/version-${FOUNDRYVTT_VERSION}