Explorar o código

use local file

hzq hai 1 ano
pai
achega
43eb23eb2e
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      frameworks/C++/paozhu/paozhu.dockerfile

+ 4 - 1
frameworks/C++/paozhu/paozhu.dockerfile

@@ -16,7 +16,10 @@ WORKDIR /
 
 RUN wget https://github.com/hggq/paozhu/releases/download/v1.5.8/benchmark.zip
 RUN unzip benchmark.zip
-RUN mv ./benchmark/* ./
+# RUN mv ./benchmark/* ./
+
+WORKDIR /benchmark
+COPY ./ ./
 
 RUN cmake . -B build -DCMAKE_BUILD_TYPE=Release 
 RUN cmake --build build