Browse Source

Merge pull request #371 from ThatOneCalculator/fix/script

fix: :hammer: start script permissions & environment
Timothy Jaeryang Baek 1 năm trước cách đây
mục cha
commit
fe8c2244e7
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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 '*'