Update Dockerfile

https://docs.trychroma.com/troubleshooting#sqlite
This commit is contained in:
Timothy J. Baek 2024-01-07 02:40:22 -08:00
parent aa82e381d1
commit 370884cebc
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ RUN npm ci
COPY . .
RUN npm run build
FROM python:3.11-slim-buster as base
FROM python:3.11-bookworm as base
ENV ENV=prod