save code
This commit is contained in:
+3
-1
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
cd /home/xsl/product
|
||||
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
|
||||
cd "$ROOT"
|
||||
python -m uvicorn main:app --host 0.0.0.0 --port 8080
|
||||
|
||||
Reference in New Issue
Block a user