mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-05-14 21:28:04 +02:00
use raw controller
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e # Exit on error
|
||||
|
||||
cd $GITHUB_WORKSPACE
|
||||
|
||||
echo "Starting API server with logging..."
|
||||
nohup python -m src.api.server > logs/api.log 2>&1 &
|
||||
API_PID=$!
|
||||
|
||||
Reference in New Issue
Block a user