From 3006825705c1774e9d5e67a7b53dda204c22fa1b Mon Sep 17 00:00:00 2001 From: Djeex Date: Fri, 17 Jan 2025 10:59:42 +0000 Subject: [PATCH] fix errors --- Dockerfile | 2 +- docker/compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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