An automated bash script to build and deploy Foundry VTT on Docker
To install run the following command and follow the instructions.
wget -qO - https://raw.githubusercontent.com/grieve/docker-foundry/main/build.sh > docker-foundry.sh && bash docker-foundry.sh
N.B. It is dangerous to run scripts from the internet without understanding what they do. I highly recommend you read through the script and understand what it does before proceeding.