fix stop signal for stats container

This commit is contained in:
David Moody
2024-12-20 13:27:11 +00:00
parent dd2812f1e5
commit 5bd55a5ec6

View File

@@ -5,4 +5,6 @@ COPY app /app
WORKDIR /app
RUN pip install -r requirements.txt
STOPSIGNAL SIGINT
CMD ["/app/p2pool_statistics.py"]