Suren A. Chilingaryan 6 lat temu
rodzic
commit
836ad720d0
2 zmienionych plików z 1 dodań i 4 usunięć
  1. 0 3
      Dockerfile
  2. 1 1
      sx.sh

+ 0 - 3
Dockerfile

@@ -18,9 +18,6 @@ RUN yum -y install \
            kubernetes-client \
            && yum clean all
 
-# Set default command
-CMD ["/usr/bin/bash"]
-
 
 
 COPY sx.sh /bin/sx

+ 1 - 1
sx.sh

@@ -17,7 +17,7 @@ function start_service {
     echo "+====================================================="
     while true
     do
-      echo "live... (next try in 10sec)" & sleep 10
+      echo "live... (next try in 10sec)" & sleep 3600
     done
 }