This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
sdsys
/
container-run
Segui
4
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Обновить 'docker-entrypoint.sh'
Vladimir Tomishinets
7 anni fa
parent
9693d59fa8
commit
2c0e9b1ebe
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
docker-entrypoint.sh
+ 1
- 1
docker-entrypoint.sh
Vedi File
@@ -1,6 +1,6 @@
#!/bin/sh
-trap cleanup SIGTERM
+trap cleanup SIGTERM
EXIT
cleanup()
{