Browse Source

Update the code to trigger the docker build test/ 更新代码以触发docker构建测试

star7th 4 years ago
parent
commit
f79be3e495
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -15,4 +15,5 @@ RUN apk add --update nodejs nodejs-npm
 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 30 && cd /showdoc_data/mock/ && npm run start) & supervisord