This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
sdsys
/
container-run
Seguir
4
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Обновить 'docker-entrypoint.sh'
Vladimir Tomishinets
hace 6 años
padre
9693d59fa8
commit
2c0e9b1ebe
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
docker-entrypoint.sh
+ 1
- 1
docker-entrypoint.sh
Ver fichero
@@ -1,6 +1,6 @@
#!/bin/sh
-trap cleanup SIGTERM
+trap cleanup SIGTERM
EXIT
cleanup()
{