Browse Source

增加Supervisor管理进程

rubyangxg 4 years ago
parent
commit
0f7c1ae033
2 changed files with 3 additions and 2 deletions
  1. 3 1
      Dockerfile
  2. 0 1
      build.sh

+ 3 - 1
Dockerfile

@@ -5,4 +5,6 @@ RUN /container/build.sh
 
 ENV LD_PRELOAD /usr/local/lib/faketime/libfaketime.so.1
 ENV FAKETIME_DONT_FAKE_MONOTONIC 1
-ENV MAVEN_HOME=/usr/lib/mvn
+ENV MAVEN_HOME=/usr/lib/mvn
+
+CMD [""]

+ 0 - 1
build.sh

@@ -48,4 +48,3 @@ touch ~/.faketimerc
 rm -rf /var/cache/apk/*
 rm -rf /tmp/* /var/tmp/*
 
-CMD [""]