Selaa lähdekoodia

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

Vladimir Tomishinets 6 vuotta sitten
vanhempi
commit
2c0e9b1ebe
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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()
 {