Update Dockerfile

This commit is contained in:
2026-03-18 09:42:06 +03:00
parent 354e5aded1
commit 081f3b1eec

View File

@@ -1,7 +1,7 @@
FROM python:3.12-slim
RUN pip install docker prometheus-client
COPY docker-exporter.py .
CMD ["python", "docker-exporter.py"]
COPY exporter.py .
CMD ["python", "exporter.py"]
.gitea/workflows/build.yml:
name: Build