Graceful stopping is critical in Chainquery
This commit is contained in:
parent
eb5427469f
commit
409586c45e
1 changed files with 1 additions and 0 deletions
|
@ -20,4 +20,5 @@ RUN adduser chainquery --gecos GECOS --shell /bin/bash --disabled-password --hom
|
||||||
COPY --from=prep /chainquery /start /usr/bin/
|
COPY --from=prep /chainquery /start /usr/bin/
|
||||||
EXPOSE 6300
|
EXPOSE 6300
|
||||||
USER chainquery
|
USER chainquery
|
||||||
|
STOPSIGNAL SIGINT
|
||||||
CMD ["start"]
|
CMD ["start"]
|
||||||
|
|
Loading…
Reference in a new issue