handle MCRconException

This commit is contained in:
Arkrissym 2022-01-23 20:01:04 +01:00
parent aac5f59e9f
commit 1a3599363d
2 changed files with 22 additions and 7 deletions

View file

@ -5,4 +5,4 @@ RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 8000
ENTRYPOINT ["python","minecraft_exporter.py"]
ENTRYPOINT ["python","-u","minecraft_exporter.py"]