mirror of
https://github.com//cppla/ServerStatus
synced 2025-12-13 11:52:14 +08:00
docker compose for X86 and ARM, good luck
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
FROM nyurik/alpine-python3-requests
|
||||
FROM python:alpine
|
||||
|
||||
LABEL maintainer="lidalao"
|
||||
LABEL version="0.0.1"
|
||||
LABEL description="Telegram Bot for ServerStatus"
|
||||
|
||||
WORKDIR /app
|
||||
RUN pip install requests
|
||||
COPY ./bot-telegram.py .
|
||||
CMD [ "python", "./bot-telegram.py" ]
|
||||
|
||||
Reference in New Issue
Block a user