3 lines
94 B
Bash
3 lines
94 B
Bash
|
#!/bin/sh
|
||
|
uwsgi --plugins http,python -H venv --http 0.0.0.0:3000 --master -p 1 -w funko:app
|