Ver código fonte

Обновить 'docker-entrypoint.sh'

Vladimir Tomishinets 6 anos atrás
pai
commit
2c0e9b1ebe
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      docker-entrypoint.sh

+ 1 - 1
docker-entrypoint.sh

@@ -1,6 +1,6 @@
 #!/bin/sh
 
-trap cleanup SIGTERM
+trap cleanup SIGTERM EXIT
 
 cleanup()
 {