Remove unnecessary Dockerfile commands
This commit is contained in:
parent
a29ba84fa2
commit
225b8f09e7
@ -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