jonathanjordan21 commited on
Commit
1eb8f8f
·
verified ·
1 Parent(s): dceda6a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -10
Dockerfile CHANGED
@@ -1,11 +1,2 @@
1
  # Use the official Qdrant image as the base
2
- FROM qdrant/qdrant:latest
3
-
4
- # (Optional) Customize the Qdrant configuration
5
- # COPY qdrant.yaml /opt/qdrant/qdrant.yaml
6
-
7
- # (Optional) Expose additional ports if needed
8
- # EXPOSE 8080
9
-
10
- # Command to start Qdrant
11
- CMD ["qdrant"]
 
1
  # Use the official Qdrant image as the base
2
+ FROM qdrant/qdrant:latest