Skip to content

Commit

Permalink
Make start.sh script delegate the main process to Supervisord
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Apr 26, 2018
1 parent df1dbbf commit 30d01a7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python2.7-alpine3.7/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ else
fi

# Start Supervisor, with Nginx and uWSGI
/usr/bin/supervisord
exec /usr/bin/supervisord
2 changes: 1 addition & 1 deletion python2.7/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ else
fi

# Start Supervisor, with Nginx and uWSGI
/usr/bin/supervisord
exec /usr/bin/supervisord
2 changes: 1 addition & 1 deletion python3.5/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ else
fi

# Start Supervisor, with Nginx and uWSGI
/usr/bin/supervisord
exec /usr/bin/supervisord
2 changes: 1 addition & 1 deletion python3.6-alpine3.7/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ else
fi

# Start Supervisor, with Nginx and uWSGI
/usr/bin/supervisord
exec /usr/bin/supervisord
2 changes: 1 addition & 1 deletion python3.6/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ else
fi

# Start Supervisor, with Nginx and uWSGI
/usr/bin/supervisord
exec /usr/bin/supervisord

0 comments on commit 30d01a7

Please sign in to comment.