Sfoglia il codice sorgente

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

Vladimir Tomishinets 7 anni fa
parent
commit
2c0e9b1ebe
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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()
 {