Compare commits

..

2 Commits

Author SHA1 Message Date
c9d4bd7e2c Merge branch 'main' of https://git.djeex.fr/Djeex/nvidia-stock-bot 2025-01-17 11:00:56 +00:00
3006825705 fix errors 2025-01-17 10:59:42 +00:00
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