First, clone this repo and go to its directory.
git clone https://github.com/pacstall/website
cd websiteThen, choose an option below depending on if you're planning to make changes to the website or to just run it.
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up --force-recreate --builddocker-compose pull && docker-compose down && docker-compose up -d