Browse Source

更新 'Dockerfile'

stone 4 years ago
parent
commit
071ccaf640
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -24,6 +24,6 @@ COPY start.sh /app/wapage/miscSearch/start.sh
 RUN export RELEASE=`head -n 1 /etc/release` \
     && chmod +x /usr/bin/entrypoint.sh /app/wapage/miscSearch/start.sh
 
-#start misc
+#start miscSearch
 ENTRYPOINT ["entrypoint.sh"]
 CMD ["supervisord"]