calibre-web-companion/deployment/docker/start.sh
2021-02-15 11:35:11 +01:00

4 lines
73 B
Bash

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