We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c7c0a commit 27b330eCopy full SHA for 27b330e
1 file changed
docker/postgres-pgvector/Dockerfile
@@ -26,8 +26,6 @@ RUN if [ -z "${PGVECTOR_VERSION}" ]; then \
26
&& rm -rf /tmp/pgvector
27
28
29
-COPY --chown=postgres:postgres initdb /docker-entrypoint-initdb.d/
30
-RUN find /docker-entrypoint-initdb.d -type d -exec chmod 555 {} \; \
31
- && find /docker-entrypoint-initdb.d -type f -exec chmod 444 {} \;
+COPY --chown=postgres:postgres --chmod=0555 initdb /docker-entrypoint-initdb.d
32
33
USER postgres
0 commit comments