feat: update stock monitoring to include Discord user mentions and validation

This commit is contained in:
2026-01-23 13:27:52 +01:00
parent bc126e422e
commit dcd2e0d3c4
2 changed files with 75 additions and 22 deletions

View File

@@ -8,6 +8,6 @@ WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY monitor.py .
COPY main.py .
CMD ["python", "main.py"]