Skip to content

Commit eab8b13

Browse files
committed
update [Paozhu]
1 parent f99723b commit eab8b13

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

frameworks/C++/paozhu/paozhu.dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get -y install brotli libbrotli-dev
66
RUN apt-get -y install libreadline-dev
77
RUN apt-get -y install mysql-client
88
RUN apt-get -y install libmysqlclient-dev
9+
RUN apt-get -y install psmisc
910

1011
RUN locale-gen en_US.UTF-8
1112
ENV LANG en_US.UTF-8
@@ -107,5 +108,6 @@ RUN cmake --build build
107108

108109
EXPOSE 8888
109110

110-
CMD ./bin/paozhu
111-
RUN ps aux | less
111+
# CMD ./bin/paozhu
112+
CMD /paozhu/bin/paozhu
113+
RUN pstree -aup

0 commit comments

Comments
 (0)