try to make script more fault-tolerant against rcon disconnects

This commit is contained in:
Arkrissym 2022-01-23 15:23:17 +01:00
parent 977ab794d9
commit aac5f59e9f
3 changed files with 207 additions and 162 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.8.12-alpine3.14
FROM python:3.10-alpine
COPY requirements.txt minecraft_exporter.py /
RUN pip install --no-cache-dir -r requirements.txt