Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ COPY <<EOF /start.sh
|
|
8 |
#!/bin/bash
|
9 |
retry=true
|
10 |
echo hello!
|
11 |
-
while [ $retry = true ]; do
|
12 |
echo starting!
|
13 |
export Interval=10000 &&\
|
14 |
git clone https://github.com/edwagbb/GitPipeLocal.git /tmp/gitpipelocal &&\
|
|
|
8 |
#!/bin/bash
|
9 |
retry=true
|
10 |
echo hello!
|
11 |
+
while [ ${retry} = true ]; do
|
12 |
echo starting!
|
13 |
export Interval=10000 &&\
|
14 |
git clone https://github.com/edwagbb/GitPipeLocal.git /tmp/gitpipelocal &&\
|