Explorar el Código

change Dockerfile

Tomishinets Vladimir hace 4 años
padre
commit
1f92073da5
Se han modificado 1 ficheros con 3 adiciones y 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 && \