Skip to content

Commit

Permalink
fix: use sigkill until clean shutdown is possible
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Kyle Clemens committed Jul 12, 2018
1 parent 4cd671d commit 98e0d28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/run/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ RUN $HOME/.cargo/bin/cargo install diesel_cli --no-default-features --features p

RUN apt-get install --assume-yes --no-install-recommends postgresql-client

STOPSIGNAL SIGKILL

ADD run.sh /run.sh

CMD /run.sh
2 changes: 2 additions & 0 deletions .docker/sidekiq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ RUN gem install sidekiq ffi

WORKDIR /paste

STOPSIGNAL SIGKILL

CMD ./sidekiq.sh

0 comments on commit 98e0d28

Please sign in to comment.