- Added requirements file

- Modified server.py a bit
This commit is contained in:
2025-09-01 14:04:27 -06:00
parent 4ea7d1516b
commit 7c3baefb0f
5 changed files with 51 additions and 17 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/sh
# This file exists to use Ngrok inside Dockerfile
# Start server with OpenTelemetry in background
opentelemetry-instrument python server.py &
# Run ngrok to expose port 8000
ngrok http --url=pegasus-working-bison.ngrok-free.app 8000