mirror of
https://github.com//cppla/ServerStatus
synced 2025-12-13 11:52:14 +08:00
telegram for serverstatus
This commit is contained in:
9
plugin/Dockerfile-telegram
Normal file
9
plugin/Dockerfile-telegram
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM nyurik/alpine-python3-requests
|
||||
|
||||
LABEL maintainer="lidalao"
|
||||
LABEL version="0.0.1"
|
||||
LABEL description="Telegram Bot for ServerStatus"
|
||||
|
||||
WORKDIR /app
|
||||
COPY ./bot-telegram.py .
|
||||
CMD [ "python", "./bot-telegram.py" ]
|
||||
Reference in New Issue
Block a user