piku: uWSGI does not start
I just installed Piku on the latest Raspbian, but deploying a simple Flask app fails with:
The -s/--socket option is missing and stdin is not a socket.
The Procfile is:
wsgi: app:app
And the file is called app.py
.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 16 (12 by maintainers)
@rcarmo, see https://github.com/piku/piku/pull/205 to fix this issue.