From bc99dc411aebc95e4ed651f47f6c0802694c0de3 Mon Sep 17 00:00:00 2001 From: jerick Date: Sun, 3 Sep 2023 01:59:10 -0400 Subject: [PATCH] Added bash to script --- start.sh | 1 + 1 file changed, 1 insertion(+) 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