Explorar el Código

更新 'Dockerfile'

stone hace 4 años
padre
commit
071ccaf640
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"]