edwagbb commited on
Commit
97b4322
·
verified ·
1 Parent(s): be93b20

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -17,8 +17,7 @@ while true ; do
17
  npm install &&\
18
  export func_dir=$localrepoPath/functions &&\
19
  export static_dir=$localrepoPath/static &&\
20
- (node index.js & node /tmp/gitpipelocal/index.js) &&\
21
- break
22
  sleep 10
23
  done
24
  echo ok!
 
17
  npm install &&\
18
  export func_dir=$localrepoPath/functions &&\
19
  export static_dir=$localrepoPath/static &&\
20
+ (node index.js & node /tmp/gitpipelocal/index.js)
 
21
  sleep 10
22
  done
23
  echo ok!