File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ RUN chown -R nobody:nobody /var/cache/nginx/client_temp && \
174
174
175
175
COPY scripts/supervisor-healthcheck.sh /supervisor-healthcheck.sh
176
176
COPY scripts/healthcheck.py /healthcheck.py
177
+ RUN chmod +x /supervisor-healthcheck.sh
177
178
178
179
RUN apk add --no-cache \
179
180
php5 \
Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ RUN chown -R nobody:nobody /var/cache/nginx/client_temp && \
181
181
182
182
COPY scripts/supervisor-healthcheck.sh /supervisor-healthcheck.sh
183
183
COPY scripts/healthcheck.py /healthcheck.py
184
+ RUN chmod +x /supervisor-healthcheck.sh
184
185
185
186
RUN apk add --no-cache \
186
187
php7.1@php \
Original file line number Diff line number Diff line change @@ -177,6 +177,7 @@ RUN chown -R nobody:nobody /var/cache/nginx/client_temp && \
177
177
178
178
COPY scripts/supervisor-healthcheck.sh /supervisor-healthcheck.sh
179
179
COPY scripts/healthcheck.py /healthcheck.py
180
+ RUN chmod +x /supervisor-healthcheck.sh
180
181
181
182
RUN apk add --no-cache \
182
183
php7@php \
Original file line number Diff line number Diff line change @@ -177,6 +177,7 @@ RUN chown -R nobody:nobody /var/cache/nginx/client_temp && \
177
177
178
178
COPY scripts/supervisor-healthcheck.sh /supervisor-healthcheck.sh
179
179
COPY scripts/healthcheck.py /healthcheck.py
180
+ RUN chmod +x /supervisor-healthcheck.sh
180
181
181
182
RUN apk add --no-cache \
182
183
php7@php \
You can’t perform that action at this time.
0 commit comments