bot: Add ssl notifications
All checks were successful
Build Docker / Build Docker (push) Successful in 18s
All checks were successful
Build Docker / Build Docker (push) Successful in 18s
This commit is contained in:
@@ -3,4 +3,5 @@ COPY requirements.txt /app/
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . .
|
||||
VOLUME [ "/mnt" ]
|
||||
CMD ["python3", "bot.py"]
|
||||
Reference in New Issue
Block a user