Use the Dockerfile COPY instead of docker cp (#10943)

## Problem
We use `docker cp` to copy the files required for the extension tests
now.
It causes problems if we run older images with the newer source tree.
## Summary of changes
Copying the files was moved to the compute Dockerfile.
This commit is contained in:
a-masterov
2025-02-25 13:44:06 +01:00
committed by GitHub
parent f4fefd9f2f
commit f78ac44748
4 changed files with 2 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
!compute/
!compute_tools/
!control_plane/
!docker-compose/ext-src
!libs/
!pageserver/
!pgxn/