moving chatbot-ui in demos and out of root project structure (#228)

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
This commit is contained in:
Salman Paracha 2024-10-29 12:05:29 -07:00 committed by GitHub
parent 60299244b9
commit bb9a774a72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ services:
chatbot_ui:
build:
context: ../../chatbot_ui
context: ../shared/chatbot_ui
dockerfile: Dockerfile
ports:
- "18080:8080"