telegram for serverstatus

This commit is contained in:
root
2021-12-16 19:00:48 +08:00
parent 0834ff138d
commit f68d3a8963
4 changed files with 138 additions and 0 deletions

View 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" ]