Fixing relative link to the shared chatbotui in the spotify demo, and add references to it in the README (#400)

This commit is contained in:
Salman Paracha 2025-02-10 11:23:04 -08:00 committed by GitHub
parent 0ea237fbac
commit 6ad70d9737
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 32 additions and 53 deletions

View file

@ -1,7 +1,7 @@
services:
chatbot_ui:
build:
context: ../shared/chatbot_ui
context: ../../shared/chatbot_ui
ports:
- "18080:8080"
environment:
@ -14,7 +14,7 @@ services:
jaeger:
build:
context: ../shared/jaeger
context: ../../shared/jaeger
ports:
- "16686:16686"
- "4317:4317"