diff --git a/Dockerfile b/Dockerfile index e2812c6..ff16d7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ WORKDIR /app/ # Copy files COPY main.py . +COPY requirements.txt . # Set enviromental variables ENV DISCORD_WEBHOOK "https://discord.com/api/webhooks/XXXXXXXXXXXXXX/YYYYYYYYYYYYYYYYYYYYYYYYY"