Skip to content

Commit

Permalink
execute permission to initdb.d
Browse files Browse the repository at this point in the history
  • Loading branch information
jaise-aot committed Nov 7, 2023
1 parent 0fcb48d commit dbe5240
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etl/debezium-postgis/15-3.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ COPY --from=build /usr/share/postgresql/$PG_MAJOR/extension/decoderbufs.control
COPY postgresql.conf.sample /usr/share/postgresql/postgresql.conf.sample

# Copy the script which will initialize the replication permissions
COPY /docker-entrypoint-initdb.d /docker-entrypoint-initdb.d
COPY /docker-entrypoint-initdb.d/init-permissions.sh /docker-entrypoint-initdb.d/init-permissions.sh

RUN chmod +x /docker-entrypoint-initdb.d/init-permissions.sh

0 comments on commit dbe5240

Please sign in to comment.