mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-22 03:19:23 +00:00
fix stop signal for stats container
This commit is contained in:
parent
dd2812f1e5
commit
5bd55a5ec6
1 changed files with 2 additions and 0 deletions
|
@ -5,4 +5,6 @@ COPY app /app
|
|||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
STOPSIGNAL SIGINT
|
||||
|
||||
CMD ["/app/p2pool_statistics.py"]
|
||||
|
|
Loading…
Reference in a new issue