Skip to content

Commit 6afb1b8

Browse files
authored
fix: signal propagation by replacing init shell with nginx (#30)
Signed-off-by: Chris Lahaye <mail@chrislahaye.com> Signed-off-by: Chris Lahaye <mail@chrislahaye.com>
1 parent 468c9c4 commit 6afb1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ rm /etc/nginx/conf.d/default.conf || :
44
envsubst < auth.conf > /etc/nginx/conf.d/auth.conf
55
envsubst < auth.htpasswd > /etc/nginx/auth.htpasswd
66

7-
nginx -g "daemon off;"
7+
exec nginx -g "daemon off;"

0 commit comments

Comments
 (0)