Jelajahi Sumber

fix: remove non-existent cmake/ COPY from Dockerfile.build

The cmake/ directory does not exist in the project, causing the Docker
build to fail. Remove the COPY directive since it is not needed.
fszontagh 3 bulan lalu
induk
melakukan
28756f9580
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      packaging/Dockerfile.build

+ 0 - 1
packaging/Dockerfile.build

@@ -38,7 +38,6 @@ RUN if [ ! -f /etc/smartbotic-db-build-base ]; then \
 WORKDIR /build
 
 COPY CMakeLists.txt VERSION ./
-COPY cmake/ ./cmake/
 COPY proto/ ./proto/
 COPY client/ ./client/
 COPY service/ ./service/