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
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:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
LABEL maintainer="fithwum"
|
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 PUID=99
|
||||||
ENV GUID=100
|
ENV GUID=100
|
||||||
|
|||||||
@@ -17,8 +17,8 @@ if [ ! -e /foundry/version-${FOUNDRYVTT_VERSION} ];
|
|||||||
then
|
then
|
||||||
echo "INFO ! Setting permissions for new/updated files"
|
echo "INFO ! Setting permissions for new/updated files"
|
||||||
find /foundry \! -perm 776 -exec chmod 776 {} \;
|
find /foundry \! -perm 776 -exec chmod 776 {} \;
|
||||||
find /foundry \! -user 99 -exec chown 99 {} \;
|
# find /foundry \! -user 99 -exec chown 99 {} \;
|
||||||
find /foundry \! -group 100 -exec chgrp 100 {} \;
|
# find /foundry \! -group 100 -exec chgrp 100 {} \;
|
||||||
chmod +x /foundry/fvtt/resources/app/main.js
|
chmod +x /foundry/fvtt/resources/app/main.js
|
||||||
rm -fr /foundry/version-*
|
rm -fr /foundry/version-*
|
||||||
touch /foundry/version-${FOUNDRYVTT_VERSION}
|
touch /foundry/version-${FOUNDRYVTT_VERSION}
|
||||||
Reference in New Issue
Block a user