Update Dockerfile
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM python:3.12-slim
|
FROM python:3.12-slim
|
||||||
RUN pip install docker prometheus-client
|
RUN pip install docker prometheus-client
|
||||||
COPY docker-exporter.py .
|
COPY exporter.py .
|
||||||
CMD ["python", "docker-exporter.py"]
|
CMD ["python", "exporter.py"]
|
||||||
|
|
||||||
.gitea/workflows/build.yml:
|
.gitea/workflows/build.yml:
|
||||||
name: Build
|
name: Build
|
||||||
|
|||||||
Reference in New Issue
Block a user