Преглед изворни кода

Update Dockerfile

Update the code to trigger the docker build test/ 更新代码以触发docker构建测试
star7th пре 4 година
родитељ
комит
776c155d39
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -16,4 +16,4 @@ RUN mv /showdoc_data/html/mock/ /showdoc_data/mock
 RUN (cd /showdoc_data/mock/ && npm install )
 
 
-CMD if [ ! -f "/var/www/html/index.php" ]; then \cp -fr /showdoc_data/html/ /var/www/ ;fi;chmod 777 -R /var/www/ ;(sleep 40 && cd /showdoc_data/mock/ && npm run start) & supervisord
+CMD if [ ! -f "/var/www/html/index.php" ]; then \cp -fr /showdoc_data/html/ /var/www/ ;fi;chmod 777 -R /var/www/ ;(sleep 35 && cd /showdoc_data/mock/ && npm run start) & supervisord