fix(docker): inculde docker start script, chore(fastapi): fastembed vectorstore version 0.1.6

This commit is contained in:
sauravniraula 2025-07-02 08:44:05 +05:45
parent 20ab096cc3
commit e55ae57324
No known key found for this signature in database
GPG key ID: 60FCC1B5A5E83326
2 changed files with 4 additions and 1 deletions

View file

@ -46,6 +46,9 @@ COPY start.js LICENSE NOTICE ./
# Copy nginx configuration
COPY nginx.conf /etc/nginx/nginx.conf
# Copy start script
COPY docker-start.sh /app/docker-start.sh
# Expose the port
EXPOSE 80

View file

@ -19,7 +19,7 @@ dnspython==2.7.0
email_validator==2.2.0
fastapi==0.115.12
fastapi-cli==0.0.7
fastembed_vectorstore==0.1.5
fastembed_vectorstore==0.1.6
filelock==3.18.0
filetype==1.2.0
flatbuffers==25.2.10