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
Build foundry vtt docker image and push to registry / docker (push) Failing after 9s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user