Update Dockerfile

fix testport
This commit is contained in:
Joshi 2019-10-28 13:47:57 +01:00 committed by GitHub
parent 025a9c8695
commit 3d214680fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,6 @@ RUN pip install nbt mcrcon prometheus_client requests
COPY minecraft_exporter.py / COPY minecraft_exporter.py /
EXPOSE 8001 EXPOSE 8000
ENTRYPOINT ["python","minecraft_exporter.py"] ENTRYPOINT ["python","minecraft_exporter.py"]