瀏覽代碼

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 && \