Преглед на файлове

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 месеца
родител
ревизия
28756f9580
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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/