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
commit fe8c2244e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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