Merge pull request #326 from David-Moody/master
Some checks failed
source-snapshot / source-snapshot (push) Has been cancelled

Fix stop signal for stats container
This commit is contained in:
SChernykh 2024-12-20 19:39:51 +01:00 committed by GitHub
commit 8cc49350f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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