Changing DB thing

This commit is contained in:
2025-10-26 09:36:33 -04:00
parent 04350045d3
commit e8264e80ce
7 changed files with 11 additions and 9 deletions

View File

@@ -35,8 +35,8 @@ WORKDIR /app/raggr-frontend
RUN yarn install && yarn build
WORKDIR /app
# Create ChromaDB directory
RUN mkdir -p /app/chromadb
# Create ChromaDB and database directories
RUN mkdir -p /app/chromadb /app/database
# Expose port
EXPOSE 8080