Skip to content

Commit 30d01a7

Browse files
committed
Make start.sh script delegate the main process to Supervisord
1 parent df1dbbf commit 30d01a7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

python2.7-alpine3.7/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ else
1212
fi
1313

1414
# Start Supervisor, with Nginx and uWSGI
15-
/usr/bin/supervisord
15+
exec /usr/bin/supervisord

python2.7/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ else
1212
fi
1313

1414
# Start Supervisor, with Nginx and uWSGI
15-
/usr/bin/supervisord
15+
exec /usr/bin/supervisord

python3.5/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ else
1212
fi
1313

1414
# Start Supervisor, with Nginx and uWSGI
15-
/usr/bin/supervisord
15+
exec /usr/bin/supervisord

python3.6-alpine3.7/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ else
1212
fi
1313

1414
# Start Supervisor, with Nginx and uWSGI
15-
/usr/bin/supervisord
15+
exec /usr/bin/supervisord

python3.6/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ else
1212
fi
1313

1414
# Start Supervisor, with Nginx and uWSGI
15-
/usr/bin/supervisord
15+
exec /usr/bin/supervisord

0 commit comments

Comments
 (0)