Your Name 4 년 전
부모
커밋
f00ad0a7ee
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      apis/run.sh

+ 2 - 0
apis/run.sh

@@ -0,0 +1,2 @@
+#!/bin/sh
+uvicorn main:app --host 0.0.0.0 --port 80 --reload