Skip to content

Commit

Permalink
merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Banerjee Aditya committed Feb 6, 2024
2 parents 712bf07 + 7244abf commit 3b8e47b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 138 deletions.
64 changes: 0 additions & 64 deletions .github/workflows/deploy-database.yml

This file was deleted.

70 changes: 0 additions & 70 deletions .github/workflows/deploy-telegram-bot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.11

WORKDIR /app

COPY . .
COPY . /app

EXPOSE 8080

Expand Down
4 changes: 1 addition & 3 deletions backend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ version: '3'

services:
chroma:
image: chromadb/chroma
build: ../database/.
ports:
- 8000:8000
volumes:
- /tmp/rando_data:/chroma/chroma

web:
build: .
Expand Down

0 comments on commit 3b8e47b

Please sign in to comment.