Explorar o código

change Dockerfile

Tomishinets Vladimir %!s(int64=4) %!d(string=hai) anos
pai
achega
1f92073da5
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      Dockerfile

+ 3 - 2
Dockerfile

@@ -20,8 +20,9 @@ RUN set -x && \
     yum clean all
 
 
-COPY entrypoint.sh /entrypoint.sh
-COPY healthcheck.sh /healthcheck.sh
+COPY entrypoint.sh \
+     healthcheck.sh \
+     /
 
 RUN set -x && \
     chmod +x /entrypoint.sh && \