Rewritten to use TailwindCSS and HTMX 🔥
This commit is contained in:
2
app/start.sh
Normal file
2
app/start.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
exec gunicorn -b 0.0.0.0:1986 -w 4 --thread 2 --log-level debug app:app --timeout 120 --worker-class gthread --access-logfile - --error-logfile - --capture-output
|
||||
Reference in New Issue
Block a user