fix: 🔨 start script permissions & environment

This commit is contained in:
ThatOneCalculator 2024-01-03 15:56:11 -08:00
parent 47803fbeb2
commit 6e78b3a8f6
No known key found for this signature in database
GPG Key ID: 8703CACD01000000

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