calibre-web-companion/deployment/docker/start.sh

4 lines
75 B
Bash

#!/bin/bash
uwsgi --ini uwsgi.ini --venv /usr/local
nginx -g 'daemon off;'