diff options
Diffstat (limited to 'images/paste/service/uwsgi')
-rw-r--r-- | images/paste/service/uwsgi/run | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/images/paste/service/uwsgi/run b/images/paste/service/uwsgi/run new file mode 100644 index 0000000..2900244 --- /dev/null +++ b/images/paste/service/uwsgi/run @@ -0,0 +1,4 @@ +#!/bin/sh +export PYTHONPATH=/app/pb:$PYTHONPATH +/app/pb/runonce.py +exec uwsgi --ini /app/pb.ini |