We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f52bf commit e8d6794Copy full SHA for e8d6794
Dockerfile.alpine3.21
@@ -14,4 +14,4 @@ RUN apk add --no-cache --virtual .build-deps ${BUILD_DEPS} && \
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 && \
17
- sed -i 's|exec "\$@"|exec "\$@" "\${POSTGRES_ARGS}"|' /usr/local/bin/docker-entrypoint.sh
+ sed -i 's|exec "\$@"|exec "\$@" '"\${POSTGRES_ARGS}"'|' /usr/local/bin/docker-entrypoint.sh
0 commit comments