Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ ENV localrepoPath /tmp/okok
|
|
6 |
|
7 |
COPY <<EOF /start.sh
|
8 |
retry=true
|
9 |
-
|
10 |
while $retry; do
|
11 |
echo starting!
|
12 |
export Interval=10000 &&\
|
|
|
6 |
|
7 |
COPY <<EOF /start.sh
|
8 |
retry=true
|
9 |
+
echo hello!
|
10 |
while $retry; do
|
11 |
echo starting!
|
12 |
export Interval=10000 &&\
|