Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
0xarchit
/
apicortex
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
apicortex
/
bin
/
run_api_testing.sh
0xarchit
fix port issue
a6d64b8
4 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
176 Bytes
#!/bin/bash
set
-euo pipefail
exec
bash -c
'set -o pipefail; BIND_ADDR=127.0.0.1:9090 /app/api-testing/api-testing 2>&1 | sed -u "s/^/[api-testing] /"; exit ${PIPESTATUS[0]}'