Initial 1.0 version, created alpine and node 20 based docker image for FoundryVTT and set up entrypoint script.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
chown -R ${PUID}:${PGID} /foundry
|
||||
exec su-exec ${PUID}:${PGID} node /foundry/resources/app/main.js --dataPath=/foundrydata
|
||||
Reference in New Issue
Block a user