Skip to content

Container

Adam Hurm edited this page Mar 17, 2024 · 1 revision

Fetching Docker Images

You can find my container images hosted on dockerhub:


Building Docker Images

You can also build the images yourself:

git clone --recursive git@github.com:adamhurm/discord-super-pal-of-the-week.git

# Super Pal
docker build -t adamhurm/discord-super-pal -f Dockerfile.super-pal .

#Spin the Wheel
docker build -t adamhurm/discord-spin-the-wheel -f Dockerfile.spin-the-wheel .

Follow this guide first:

Then, follow the guidance for your chosen deployment method:

Clone this wiki locally