Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit 442ef78

Browse files
committed
fixed XAPID-981, permission denied bug
1 parent 0aa40a4 commit 442ef78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pgoutput/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ RUN mkdir /src
44
COPY . /src/pgoutput
55
# Contents of "scripts" fix pg_hba.conf and postgresql.conf
66
COPY scripts /docker-entrypoint-initdb.d
7-
7+
RUN chmod +r /docker-entrypoint-initdb.d/*
8+
RUN chmod +x /docker-entrypoint-initdb.d/00-pg-conf.sh
89
# Deliberately run in multiple steps. This way we can harness intermediate
910
# images, and not have to re-install the build tools after the first build
1011
RUN \

0 commit comments

Comments
 (0)