edwagbb commited on
Commit
c7e671e
·
verified ·
1 Parent(s): 89ab76d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 &&\