Skip to content

Commit 1f72a77

Browse files
committed
Change copy
1 parent f1496b6 commit 1f72a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute/compute-node.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ RUN case "${PG_VERSION}" in "v17") \
14441444
echo "postgresql_anonymizer does not yet support PG17" && exit 0;; \
14451445
esac && patch -p1 </ext-src/pg_anon.patch
14461446
RUN patch -p1 </ext-src/pg_cron.patch
1447-
COPY ./docker-compose/ext-src /
1447+
COPY ./docker-compose/ext-src /ext-src
14481448
ENV PATH=/usr/local/pgsql/bin:$PATH
14491449
ENV PGHOST=compute
14501450
ENV PGPORT=55433

0 commit comments

Comments
 (0)