Removed vestigial chmod
This commit is contained in:
parent
2bdcb99198
commit
265031d711
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user