From 30d01a7064c9b5e4c7e1736f32462f2c1a82a16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 18 Apr 2018 18:07:55 +0400 Subject: [PATCH] Make start.sh script delegate the main process to Supervisord --- python2.7-alpine3.7/start.sh | 2 +- python2.7/start.sh | 2 +- python3.5/start.sh | 2 +- python3.6-alpine3.7/start.sh | 2 +- python3.6/start.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python2.7-alpine3.7/start.sh b/python2.7-alpine3.7/start.sh index 55099b13..8626c151 100644 --- a/python2.7-alpine3.7/start.sh +++ b/python2.7-alpine3.7/start.sh @@ -12,4 +12,4 @@ else fi # Start Supervisor, with Nginx and uWSGI -/usr/bin/supervisord +exec /usr/bin/supervisord diff --git a/python2.7/start.sh b/python2.7/start.sh index ed7d19c1..81580305 100644 --- a/python2.7/start.sh +++ b/python2.7/start.sh @@ -12,4 +12,4 @@ else fi # Start Supervisor, with Nginx and uWSGI -/usr/bin/supervisord +exec /usr/bin/supervisord diff --git a/python3.5/start.sh b/python3.5/start.sh index ed7d19c1..81580305 100644 --- a/python3.5/start.sh +++ b/python3.5/start.sh @@ -12,4 +12,4 @@ else fi # Start Supervisor, with Nginx and uWSGI -/usr/bin/supervisord +exec /usr/bin/supervisord diff --git a/python3.6-alpine3.7/start.sh b/python3.6-alpine3.7/start.sh index 55099b13..8626c151 100644 --- a/python3.6-alpine3.7/start.sh +++ b/python3.6-alpine3.7/start.sh @@ -12,4 +12,4 @@ else fi # Start Supervisor, with Nginx and uWSGI -/usr/bin/supervisord +exec /usr/bin/supervisord diff --git a/python3.6/start.sh b/python3.6/start.sh index ed7d19c1..81580305 100644 --- a/python3.6/start.sh +++ b/python3.6/start.sh @@ -12,4 +12,4 @@ else fi # Start Supervisor, with Nginx and uWSGI -/usr/bin/supervisord +exec /usr/bin/supervisord