fix(dockerfile): add ffmpeg install for stuff

This commit is contained in:
neoarz
2025-10-03 13:09:47 -04:00
parent 2c0b0afb39
commit 4cc42ba7da
2 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ services:
volumes:
- ./database:/bot/database
- ./discord.log:/bot/discord.log
- ./cogs/media/files:/bot/cogs/media/files
# Alternatively you can set the environment variables as such:
# /!\ The token shouldn't be written here, as this file is not ignored from Git /!\