mirror of
https://github.com//cppla/ServerStatus
synced 2025-09-10 20:02:21 +08:00
10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
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" ]
|