Add Doris Kitchen household recipe app
This commit is contained in:
7
home/doris-kitchen/bin/run-local.sh
Normal file
7
home/doris-kitchen/bin/run-local.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
export DORIS_KITCHEN_STATE_DIR="${DORIS_KITCHEN_STATE_DIR:-/tmp/doris-kitchen-state}"
|
||||
uvicorn app.main:app --host 0.0.0.0 --port "${DORIS_KITCHEN_PORT:-8092}" --reload
|
||||
|
||||
Reference in New Issue
Block a user