diff --git a/docker-compose/statistics/Dockerfile b/docker-compose/statistics/Dockerfile index cfb2222..363799f 100644 --- a/docker-compose/statistics/Dockerfile +++ b/docker-compose/statistics/Dockerfile @@ -5,4 +5,6 @@ COPY app /app WORKDIR /app RUN pip install -r requirements.txt +STOPSIGNAL SIGINT + CMD ["/app/p2pool_statistics.py"]