Skip to content

Commit

Permalink
Update cinatra.dockerfile silent cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey authored Dec 9, 2024
1 parent 7770b30 commit 89ce21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/C++/cinatra/cinatra.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ WORKDIR /
RUN git clone https://github.com/qicosmos/cinatra.git
WORKDIR $CINATRA
RUN git checkout c9bec308e27174c8b7f0f01c92652509f7b47253
RUN mkdir build && cd build && cmake .. && make -j --silent
RUN mkdir build && cd build && cmake -DCMAKE_RULE_MESSAGES=OFF .. && make -j --silent
EXPOSE 8090
CMD ./build/example/benchmark

0 comments on commit 89ce21b

Please sign in to comment.