Explorar o código

fix: :hammer: start script permissions & environment

ThatOneCalculator hai 1 ano
pai
achega
6e78b3a8f6
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      backend/start.sh

+ 3 - 1
backend/start.sh

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