diff --git a/start.sh b/start.sh index 29e7f19..8ef31db 100644 --- a/start.sh +++ b/start.sh @@ -1 +1,2 @@ +#!/bin/bash waitress-serve --host 0.0.0.0 main:app \ No newline at end of file