Selaa lähdekoodia

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 kuukautta sitten
vanhempi
sitoutus
28756f9580
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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/