diff --git a/Dockerfile b/Dockerfile index 5fe801a7..3f2af16f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/servers/fastapi/requirements.txt b/servers/fastapi/requirements.txt index 81c4d998..0a0d511c 100644 --- a/servers/fastapi/requirements.txt +++ b/servers/fastapi/requirements.txt @@ -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