Correctif import + library Opus + Fix util Twitch

This commit is contained in:
Angels-dev
2024-08-09 02:05:09 +02:00
parent 586f68b0df
commit 6bfc3839f6
16 changed files with 178 additions and 1621 deletions

View File

@@ -1,3 +1,3 @@
{
"docker.commands.build": "docker build --rm -f \"${dockerfile}\" --target tamiseur -t bot_tamiseur:tamiseur -t localhost:5000/bot_tamiseur:tamiseur \"${context}\" && docker push localhost:5000/bot_tamiseur:tamiseur && docker build --rm -f \"${dockerfile}\" --target funky -t bot_tamiseur:funky -t localhost:5000/bot_tamiseur:funky \"${context}\" && docker push localhost:5000/bot_tamiseur:funky && docker build --rm -f \"${dockerfile}\" --target groove -t bot_tamiseur:groove -t localhost:5000/bot_tamiseur:groove \"${context}\" && docker push localhost:5000/bot_tamiseur:groove"
"docker.commands.build": "docker build --rm -f \"${dockerfile}\" -t bot_tamiseur:latest -t localhost:5000/bot_tamiseur:latest \"${context}\" && docker push localhost:5000/bot_tamiseur:latest"
}