Update Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user