add more configurations; add statistics webserver
This commit is contained in:
8
docker-compose/statistics/Dockerfile
Normal file
8
docker-compose/statistics/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:slim
|
||||
|
||||
COPY app /app
|
||||
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
CMD ["/app/p2pool_statistics.py"]
|
||||
Reference in New Issue
Block a user