zhzabcd's picture
Update Dockerfile
7d0c2e0 verified
raw
history blame contribute delete
120 Bytes
FROM pgvector/pgvector:pg16
USER root
RUN chown 777:777 /var/lib/postgresql/data
ENV POSTGRES_PASSWORD=mysecretpassword