This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
sdsys
/
container-run
Suivre
4
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
Обновить 'docker-entrypoint.sh'
Vladimir Tomishinets
il y a 6 ans
Parent
9693d59fa8
commit
2c0e9b1ebe
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
docker-entrypoint.sh
+ 1
- 1
docker-entrypoint.sh
Voir le fichier
@@ -1,6 +1,6 @@
#!/bin/sh
-trap cleanup SIGTERM
+trap cleanup SIGTERM
EXIT
cleanup()
{