Ohrwurm
Create a .env environment file that contains the DISCORD_TOKEN and DISCORD_APP_ID of your bot, then build the container with docker-compose build before running it with docker-compose up.
.env
DISCORD_TOKEN
DISCORD_APP_ID
docker-compose build
docker-compose up