Merge pull request #371 from ThatOneCalculator/fix/script

fix: 🔨 start script permissions & environment
This commit is contained in:
Timothy Jaeryang Baek
2024-01-03 20:08:16 -05:00
committed by GitHub

2
backend/start.sh Normal file → Executable file
View File

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