Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -5,7 +5,6 @@ RUN chmod -R u+rwx,g+rwx,o+rwx /tmp
|
|
5 |
ENV localrepoPath /tmp/okok
|
6 |
|
7 |
COPY <<EOF /start.sh
|
8 |
-
#!/bin/bash
|
9 |
retry=true
|
10 |
|
11 |
while $retry; do
|
|
|
5 |
ENV localrepoPath /tmp/okok
|
6 |
|
7 |
COPY <<EOF /start.sh
|
|
|
8 |
retry=true
|
9 |
|
10 |
while $retry; do
|