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_ingest.sh
0xarchit
fix port issue
a6d64b8
4 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
169 Bytes
#!/bin/bash
set
-euo pipefail
export
PORT=8080
exec
bash -c
'set -o pipefail; /app/ingest-service/ingest-service 2>&1 | sed -u "s/^/[ingest] /"; exit ${PIPESTATUS[0]}'