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
Regular → Executable
+3 -1
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 '*'