try to make script more fault-tolerant against rcon disconnects
This commit is contained in:
parent
977ab794d9
commit
aac5f59e9f
3 changed files with 207 additions and 162 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue