mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-01-25 19:55:50 +00:00
Merge pull request #326 from David-Moody/master
Some checks failed
source-snapshot / source-snapshot (push) Has been cancelled
Some checks failed
source-snapshot / source-snapshot (push) Has been cancelled
Fix stop signal for stats container
This commit is contained in:
commit
8cc49350f8
1 changed files with 2 additions and 0 deletions
|
@ -5,4 +5,6 @@ COPY app /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
|
STOPSIGNAL SIGINT
|
||||||
|
|
||||||
CMD ["/app/p2pool_statistics.py"]
|
CMD ["/app/p2pool_statistics.py"]
|
||||||
|
|
Loading…
Reference in a new issue