fix errors

This commit is contained in:
Djeex 2025-01-17 10:59:42 +00:00
parent 156c7dd912
commit 3006825705
2 changed files with 2 additions and 2 deletions

View File

@ -19,4 +19,4 @@ ENV DISCORD_WEBHOOK_URL="https://example.com/webhook" \
REFRESH_TIME="60"
# Exposer un point de commande pour exécuter le script
CMD ["python", "bot_nvidia.py"]
CMD ["python", "nvidia-stock-bot.py"]

View File

@ -10,4 +10,4 @@ services:
- DISCORD_WEBHOOK_URL=${DS_HOOK}
- REFRESH_TIME=${FREQ}
- PYTHONUNBUFFERED=1 # Permet d'afficher les logs en temps réel
command: python bot_nvidia.py # Lance le script Python
command: python nvidia-stock-bot.py # Lance le script Python