feat: update stock monitoring to include Discord user mentions and validation
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user