We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7e83a commit 24f52bfCopy full SHA for 24f52bf
1 file changed
Dockerfile.alpine3.21
@@ -13,4 +13,5 @@ RUN apk add --no-cache --virtual .build-deps ${BUILD_DEPS} && \
13
make -C /tmp/pg_cron install && \
14
rm -rf /tmp/pg_cron && \
15
apk del .build-deps && \
16
- echo "shared_preload_libraries = 'pg_cron'" >> /usr/local/share/postgresql/postgresql.conf.sample
+ echo "shared_preload_libraries = 'pg_cron'" >> /usr/local/share/postgresql/postgresql.conf.sample && \
17
+ sed -i 's|exec "\$@"|exec "\$@" "\${POSTGRES_ARGS}"|' /usr/local/bin/docker-entrypoint.sh
0 commit comments