Skip to content

Commit

Permalink
Merge pull request #12 from sgandon/patch-2
Browse files Browse the repository at this point in the history
fix(docker): remove line preventing term signal on kubernetes
  • Loading branch information
grrolland authored Nov 17, 2021
2 parents 041fad6 + de3c986 commit 31ce0f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ ENV NGX_DISTRIBUTED_SHM_PORT=4321 \

COPY target/ngx-distributed-shm.jar /

STOPSIGNAL SIGRTMIN+3

EXPOSE 4321

ENTRYPOINT java -Dhazelcast.shutdownhook.policy=GRACEFUL \
Expand Down

0 comments on commit 31ce0f9

Please sign in to comment.