Skip to content

Commit

Permalink
fix: signal propagation by replacing init shell with nginx (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lahaye <[email protected]>

Signed-off-by: Chris Lahaye <[email protected]>
  • Loading branch information
ChrisLahaye authored Jan 4, 2023
1 parent 468c9c4 commit 6afb1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ rm /etc/nginx/conf.d/default.conf || :
envsubst < auth.conf > /etc/nginx/conf.d/auth.conf
envsubst < auth.htpasswd > /etc/nginx/auth.htpasswd

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

0 comments on commit 6afb1b8

Please sign in to comment.