diff --git a/Dockerfile b/Dockerfile index 6cc334b..7333d8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD ["python", "nvidia-stock-bot.py"] \ No newline at end of file diff --git a/docker/compose.yaml b/docker/compose.yaml index f025c61..d665a0b 100644 --- a/docker/compose.yaml +++ b/docker/compose.yaml @@ -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 \ No newline at end of file + command: python nvidia-stock-bot.py # Lance le script Python \ No newline at end of file