From bc5c44dd049bad3b007be48b3f8d90886d63c105 Mon Sep 17 00:00:00 2001 From: System administrator Date: Mon, 29 May 2017 13:26:10 +0200 Subject: Initial commit --- images/paste/service/uwsgi/run | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 images/paste/service/uwsgi/run (limited to 'images/paste/service/uwsgi') 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 -- cgit v1.2.3