Set the UMASK in the entry script, added some brief step documentation, also Gitea action workflow attempt.
Build foundry vtt docker image and push to registry / docker (push) Failing after 9s

This commit is contained in:
Crovaxon
2024-06-16 01:56:48 +02:00
parent 27d756acaf
commit b053891128
3 changed files with 46 additions and 7 deletions
+6
View File
@@ -1,4 +1,10 @@
#!/bin/sh
# set umask
umask ${UMASK}
# set permissions on application folder
chown -R ${PUID}:${PGID} /foundry
# run Foundry with the environmentally set user and group id
exec su-exec ${PUID}:${PGID} node /foundry/resources/app/main.js --dataPath=/foundrydata