Skip to content

Commit

Permalink
update [Paozhu]
Browse files Browse the repository at this point in the history
  • Loading branch information
hggq committed Jan 6, 2025
1 parent f99723b commit eab8b13
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frameworks/C++/paozhu/paozhu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt-get -y install brotli libbrotli-dev
RUN apt-get -y install libreadline-dev
RUN apt-get -y install mysql-client
RUN apt-get -y install libmysqlclient-dev
RUN apt-get -y install psmisc

RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
Expand Down Expand Up @@ -107,5 +108,6 @@ RUN cmake --build build

EXPOSE 8888

CMD ./bin/paozhu
RUN ps aux | less
# CMD ./bin/paozhu
CMD /paozhu/bin/paozhu
RUN pstree -aup

0 comments on commit eab8b13

Please sign in to comment.