Skip to content

Commit e8d6794

Browse files
committed
Fix the args
1 parent 24f52bf commit e8d6794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.alpine3.21

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ RUN apk add --no-cache --virtual .build-deps ${BUILD_DEPS} && \
1414
rm -rf /tmp/pg_cron && \
1515
apk del .build-deps && \
1616
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
17+
sed -i 's|exec "\$@"|exec "\$@" '"\${POSTGRES_ARGS}"'|' /usr/local/bin/docker-entrypoint.sh

0 commit comments

Comments
 (0)