mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-14 18:54:27 +00:00
3 lines
126 B
Bash
Executable file
3 lines
126 B
Bash
Executable file
#!/bin/bash
|
|
python -c "import config; config.create_indexes()"
|
|
gunicorn -t 600 -w 5 -b 0.0.0.0:5005 --log-level debug app:app
|