fix: 🔨 start script permissions & environment

This commit is contained in:
ThatOneCalculator
2024-01-03 15:56:11 -08:00
parent 47803fbeb2
commit 6e78b3a8f6

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

@@ -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 '*'