Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -16,6 +16,7 @@ while true; do
|
|
16 |
export func_dir=$localrepoPath/functions &&\
|
17 |
export static_dir=$localrepoPath/static &&\
|
18 |
(node index.js & node /tmp/gitpipelocal/index.js)
|
|
|
19 |
done
|
20 |
EOF
|
21 |
RUN chmod -R u+rwx,g+rwx,o+rwx /start.sh
|
|
|
16 |
export func_dir=$localrepoPath/functions &&\
|
17 |
export static_dir=$localrepoPath/static &&\
|
18 |
(node index.js & node /tmp/gitpipelocal/index.js)
|
19 |
+
sleep 10
|
20 |
done
|
21 |
EOF
|
22 |
RUN chmod -R u+rwx,g+rwx,o+rwx /start.sh
|