Remove unnecessary Dockerfile commands

This commit is contained in:
Joey Hafner 2022-12-01 18:41:51 -08:00
parent a29ba84fa2
commit 225b8f09e7

View File

@ -15,7 +15,5 @@ RUN echo "<Location /server-status>\n"\
>> /usr/local/apache2/conf/httpd.conf
WORKDIR /usr/local/apache2/htdocs/
RUN mkdir download
RUN chown -R $PUID:$PGID /usr/local/apache2/htdocs
ENV IMG false
CMD ["/bin/bash","/init.sh"]