Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -8,6 +8,7 @@ COPY <<EOF /start.sh
|
|
8 |
retry=true
|
9 |
|
10 |
while $retry; do
|
|
|
11 |
export Interval=10000 &&\
|
12 |
git clone https://github.com/edwagbb/GitPipeLocal.git /tmp/gitpipelocal &&\
|
13 |
cd /tmp/gitpipelocal && npm install &&\
|
|
|
8 |
retry=true
|
9 |
|
10 |
while $retry; do
|
11 |
+
echo starting!
|
12 |
export Interval=10000 &&\
|
13 |
git clone https://github.com/edwagbb/GitPipeLocal.git /tmp/gitpipelocal &&\
|
14 |
cd /tmp/gitpipelocal && npm install &&\
|