Update Dockerfile
fix testport
This commit is contained in:
parent
025a9c8695
commit
3d214680fe
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue