docker compose for X86 and ARM, good luck

This commit is contained in:
oc
2022-01-27 17:49:35 +08:00
parent 6c926209bd
commit 4792821e8e
4 changed files with 8 additions and 5 deletions

View File

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