Skip to content

Commit

Permalink
Fix: Add handled stopsignal to Dockerfile (#1159)
Browse files Browse the repository at this point in the history
At the moment the application only handles the SIGINT signal.

Co-authored-by: Denny Pradipta <denny@hyperjump.tech>
Co-authored-by: Nico Prananta <nicnocquee@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 7, 2023
1 parent 7230202 commit 3ee0ca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ RUN npm install -g --unsafe-perm ./hyperjumptech-monika-*.tgz
WORKDIR /
RUN mkdir /config

STOPSIGNAL SIGINT
CMD ["monika"]

0 comments on commit 3ee0ca3

Please sign in to comment.