Kaynağa Gözat

CMD not ENTRYPOINT

Fred Damstra (k8s1) 2 yıl önce
ebeveyn
işleme
7d7ac2c386
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -1,6 +1,6 @@
-FROM ubuntu
+FROM ubuntu:latest
 
 COPY . /opt/update_route53
 RUN chmod 755 /opt/update_route53/update_route53.sh
 
-ENTRYPOINT ["/opt/update_route53/update_route53.sh"]
+CMD ["/opt/update_route53/update_route53.sh"]