fix 1.15 issues

This commit is contained in:
Caspar Chou 2020-03-07 19:09:24 +08:00
parent 8310bcca85
commit f69a06f4ec
4 changed files with 28 additions and 9 deletions

View file

@ -1,8 +1,7 @@
from python:3
FROM python:3-alpine
RUN pip install nbt mcrcon prometheus_client requests
COPY minecraft_exporter.py /
COPY requirements.txt minecraft_exporter.py /
RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 8000