Better default env var

This commit is contained in:
2025-07-12 11:19:55 +00:00
parent 50a9c1f827
commit af86d4aa8f
3 changed files with 9 additions and 4 deletions

View File

@ -8,7 +8,4 @@ COPY /app/ /app/
RUN pip install --no-cache-dir -r requirements.txt
ENV DISCORD_WEBHOOK_URL="https://example.com/webhook" \
REFRESH_TIME="30"
CMD ["python", "main.py"]