Removed vestigial chmod

This commit is contained in:
Jafner 2021-09-24 12:13:09 -07:00
parent 2bdcb99198
commit 265031d711

View File

@ -5,8 +5,7 @@ COPY init.sh /init.sh
RUN apt-get update && \
apt-get -y upgrade && \
apt-get -y install curl p7zip-full && \
chmod +x /init.sh && \
chmod +x /healthcheck.sh
chmod +x /init.sh
WORKDIR /usr/local/apache2/htdocs/
RUN mkdir download
RUN chown -R $PUID:$PGID /usr/local/apache2/htdocs