bot: Add ssl notifications
All checks were successful
Build Docker / Build Docker (push) Successful in 18s

This commit is contained in:
2023-10-01 22:38:31 +11:00
parent c782e17028
commit 32817c8c32
2 changed files with 86 additions and 3 deletions

View File

@@ -3,4 +3,5 @@ COPY requirements.txt /app/
WORKDIR /app
RUN pip install -r requirements.txt
COPY . .
VOLUME [ "/mnt" ]
CMD ["python3", "bot.py"]