fix: deploy

This commit is contained in:
KofK
2025-02-16 18:07:38 +03:00
parent 3928cbcd61
commit 3f1ccfdbfe
4 changed files with 34 additions and 12 deletions

3
qdrant/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM qdrant/qdrant
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*