We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99723b commit eab8b13Copy full SHA for eab8b13
frameworks/C++/paozhu/paozhu.dockerfile
@@ -6,6 +6,7 @@ RUN apt-get -y install brotli libbrotli-dev
6
RUN apt-get -y install libreadline-dev
7
RUN apt-get -y install mysql-client
8
RUN apt-get -y install libmysqlclient-dev
9
+RUN apt-get -y install psmisc
10
11
RUN locale-gen en_US.UTF-8
12
ENV LANG en_US.UTF-8
@@ -107,5 +108,6 @@ RUN cmake --build build
107
108
109
EXPOSE 8888
110
-CMD ./bin/paozhu
111
-RUN ps aux | less
+# CMD ./bin/paozhu
112
+CMD /paozhu/bin/paozhu
113
+RUN pstree -aup
0 commit comments