Remove unnecessary Dockerfile commands
This commit is contained in:
parent
883367b627
commit
9c2ee92841
@ -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"]
|
||||
Loading…
Reference in New Issue
Block a user