fix(docker): inculde docker start script, chore(fastapi): fastembed vectorstore version 0.1.6
This commit is contained in:
parent
20ab096cc3
commit
e55ae57324
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue