From b0c0fb169282ef8eb01f186bc5c156fb45138766 Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Tue, 4 Oct 2022 15:35:42 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=B7=BB=E5=8A=A0=E4=BA=86=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run.sh b/run.sh index 03399fd..d444ed8 100644 --- a/run.sh +++ b/run.sh @@ -1 +1,2 @@ +#!/usr/bin/env sh uvicorn src:create_app --factory --host=0.0.0.0 \ No newline at end of file