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/mongo/run | 3 +++ images/paste/service/uwsgi/run | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 images/paste/service/mongo/run create mode 100644 images/paste/service/uwsgi/run (limited to 'images/paste/service') diff --git a/images/paste/service/mongo/run b/images/paste/service/mongo/run new file mode 100644 index 0000000..996df8b --- /dev/null +++ b/images/paste/service/mongo/run @@ -0,0 +1,3 @@ +#!/bin/sh +mkdir -p /data/db +mongod 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