Skip to content

Commit 40453fa

Browse files
committed
ci: Remove docker compose volume mount
1 parent 99d3475 commit 40453fa

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

docker/docker-compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ services:
33
container_name: rag-api
44
ports:
55
- "${PORT:-8080}:8080"
6-
volumes:
7-
- ..:/app
8-
- /app/node_modules
96
depends_on:
107
- chromadb
118
env_file:

0 commit comments

Comments
 (0)