rcon, minecraft exporter
This commit is contained in:
8
minecraft-exporter/Dockerfile
Normal file
8
minecraft-exporter/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3.10-alpine
|
||||
|
||||
COPY requirements.txt minecraft_exporter.py /
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
ENTRYPOINT ["python","-u","minecraft_exporter.py"]
|
||||
Reference in New Issue
Block a user