소스 검색

change Dockerfile

Tomishinets Vladimir 4 년 전
부모
커밋
1f92073da5
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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 && \