Update Dockerfile
Browse files- 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!
|