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

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