Skip to content

Commit

Permalink
Clear libs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hggq committed May 15, 2024
1 parent edcfa4a commit 648f396
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frameworks/C++/paozhu/paozhu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ WORKDIR /
RUN git clone https://github.com/hggq/paozhu
# RUN unzip benchmark.zip
RUN rm -Rf ./paozhu/controller

RUN rm -Rf ./paozhu/libs

COPY ./paozhu_benchmark/controller ./paozhu/
COPY ./paozhu_benchmark/libs ./paozhu/
COPY ./paozhu_benchmark/common/autocontrolmethod.hpp ./paozhu/common/
COPY ./paozhu_benchmark/common/reghttpmethod_pre.hpp ./paozhu/common/
COPY ./paozhu_benchmark/common/reghttpmethod.hpp ./paozhu/common/
COPY ./paozhu_benchmark/common/json_reflect_headers.h ./paozhu/common/

COPY ./paozhu_benchmark/conf/server.conf ./paozhu/conf/server.conf
COPY ./paozhu_benchmark/conf/orm.conf ./paozhu/conf/orm.conf
Expand Down
Empty file.
1 change: 1 addition & 0 deletions frameworks/C++/paozhu/paozhu_benchmark/libs/types/techempower_json_jsonreflect.cpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "json_reflect_headers.h"
#include "unicode.h"
#include "func.h"
//This file is automatically created, do not edit it

namespace http
{
Expand Down

0 comments on commit 648f396

Please sign in to comment.