We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75137c6 + d27d4cf commit e6db45eCopy full SHA for e6db45e
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.6
+FROM alpine:3.7
2
3
LABEL maintainer="Yves Blusseau <[email protected]> (@blusseau)"
4
app/start.sh
@@ -8,7 +8,7 @@ term_handler() {
8
source /app/functions.sh
9
remove_all_location_configurations
10
11
- exit 143; # 128 + 15 -- SIGTERM
+ exit 0
12
}
13
14
trap 'term_handler' INT QUIT TERM
0 commit comments