Removed vestigial COPY

This commit is contained in:
Jafner 2021-09-24 12:11:40 -07:00
parent b011f1e867
commit 676e906893

View File

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