This website works better with JavaScript
Home
Explore
Help
Sign In
sdsys
/
container-run
Watch
4
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Обновить 'docker-entrypoint.sh'
Vladimir Tomishinets
6 years ago
parent
9693d59fa8
commit
2c0e9b1ebe
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
docker-entrypoint.sh
+ 1
- 1
docker-entrypoint.sh
View File
@@ -1,6 +1,6 @@
#!/bin/sh
-trap cleanup SIGTERM
+trap cleanup SIGTERM
EXIT
cleanup()
{