소스 검색

fix: :hammer: start script permissions & environment

ThatOneCalculator 1 년 전
부모
커밋
6e78b3a8f6
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      backend/start.sh

+ 3 - 1
backend/start.sh

@@ -1 +1,3 @@
-uvicorn main:app --host 0.0.0.0 --port 8080 --forwarded-allow-ips '*'
+#!/usr/bin/env bash
+
+uvicorn main:app --host 0.0.0.0 --port 8080 --forwarded-allow-ips '*'