Initial 1.0 version, created alpine and node 20 based docker image for FoundryVTT and set up entrypoint script.

This commit is contained in:
Crovaxon
2024-06-10 23:32:47 +02:00
commit 27d756acaf
2 changed files with 31 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
chown -R ${PUID}:${PGID} /foundry
exec su-exec ${PUID}:${PGID} node /foundry/resources/app/main.js --dataPath=/foundrydata