kin: auto-commit after pipeline
This commit is contained in:
parent
96047f3525
commit
8fa2cc266c
3 changed files with 11 additions and 3 deletions
4
scripts/start-api.sh
Executable file
4
scripts/start-api.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
sock=$(ls /private/tmp/com.apple.launchd.*/Listeners 2>/dev/null | head -1)
|
||||
[ -n "$sock" ] && export SSH_AUTH_SOCK="$sock"
|
||||
exec /opt/homebrew/bin/python3.11 -m uvicorn web.api:app --host 0.0.0.0 --port 8420
|
||||
Loading…
Add table
Add a link
Reference in a new issue