Skip to content

Commit 1736635

Browse files
committed
scenarios working
1 parent 2f05005 commit 1736635

39 files changed

+525
-29
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Use an official Python runtime as the base image
2+
FROM python:3.12-slim
3+
4+
# Python dependencies
5+
#RUN pip install --no-cache-dir prometheus_client
6+
7+
# Prometheus exporter script for bitcoind
8+
COPY src /
9+
10+
# -u: force the stdout and stderr streams to be unbuffered
11+
CMD ["python", "-u", "/scenario.py"]
File renamed without changes.

0 commit comments

Comments
 (0)