Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -3,7 +3,6 @@ FROM pgvector/pgvector:pg17
|
|
3 |
|
4 |
USER postgres
|
5 |
|
6 |
-
RUN mkdir -p /data
|
7 |
RUN chmod 777 /data
|
8 |
|
9 |
# Set environment variable for PostgreSQL password and data directory
|
|
|
3 |
|
4 |
USER postgres
|
5 |
|
|
|
6 |
RUN chmod 777 /data
|
7 |
|
8 |
# Set environment variable for PostgreSQL password and data directory
|