From 676e906893875a9f7e241012c7071e12dc096850 Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Fri, 24 Sep 2021 12:11:40 -0700 Subject: [PATCH] Removed vestigial COPY --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fe348b8..261c7f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,6 @@ FROM httpd ENV PUID=${PUID:-1000} ENV PGID=${PGID:-1000} COPY init.sh /init.sh -COPY healthcheck.sh /healthcheck.sh RUN apt-get update && \ apt-get -y upgrade && \ apt-get -y install curl p7zip-full && \