Files
screw-bardo/start.sh
2024-12-10 23:52:01 -05:00

3 lines
74 B
Bash

#!/bin/bash
cd app
exec gunicorn -b 0.0.0.0:1986 --log-level debug app:app