Files
screw-bardo/start.sh
ForeverPyrite cb4a781d3f Dockerized
2024-11-20 12:02:27 -05:00

3 lines
76 B
Bash

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