3 lines
88 B
Bash
Executable File
3 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
uwsgi --module app.wsgi --http 0.0.0.0:8000 --enable-threads --thunder-lock
|