Explicitly define init and healthcheck as executable
This commit is contained in:
parent
d5fb2d074f
commit
9b66192226
@ -3,7 +3,9 @@ COPY init.sh /init.sh
|
||||
COPY healthcheck.sh /healthcheck.sh
|
||||
RUN apt-get update && \
|
||||
apt-get -y upgrade && \
|
||||
apt-get -y install curl p7zip-full
|
||||
apt-get -y install curl p7zip-full && \
|
||||
chmod +x /init.sh && \
|
||||
chmod +x /healthcheck.sh
|
||||
WORKDIR /usr/local/apache2/htdocs/
|
||||
RUN mkdir download
|
||||
ENV IMG false
|
||||
|
Loading…
x
Reference in New Issue
Block a user