Skip to content

Commit 09db3a6

Browse files
Make supervisor healthcheck executable
1 parent ea038a0 commit 09db3a6

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Diff for: Dockerfile-5.6

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ RUN chown -R nobody:nobody /var/cache/nginx/client_temp && \
174174

175175
COPY scripts/supervisor-healthcheck.sh /supervisor-healthcheck.sh
176176
COPY scripts/healthcheck.py /healthcheck.py
177+
RUN chmod +x /supervisor-healthcheck.sh
177178

178179
RUN apk add --no-cache \
179180
php5 \

Diff for: Dockerfile-7.1

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ RUN chown -R nobody:nobody /var/cache/nginx/client_temp && \
181181

182182
COPY scripts/supervisor-healthcheck.sh /supervisor-healthcheck.sh
183183
COPY scripts/healthcheck.py /healthcheck.py
184+
RUN chmod +x /supervisor-healthcheck.sh
184185

185186
RUN apk add --no-cache \
186187
php7.1@php \

Diff for: Dockerfile-7.2

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ RUN chown -R nobody:nobody /var/cache/nginx/client_temp && \
177177

178178
COPY scripts/supervisor-healthcheck.sh /supervisor-healthcheck.sh
179179
COPY scripts/healthcheck.py /healthcheck.py
180+
RUN chmod +x /supervisor-healthcheck.sh
180181

181182
RUN apk add --no-cache \
182183
php7@php \

Diff for: Dockerfile-7.3

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ RUN chown -R nobody:nobody /var/cache/nginx/client_temp && \
177177

178178
COPY scripts/supervisor-healthcheck.sh /supervisor-healthcheck.sh
179179
COPY scripts/healthcheck.py /healthcheck.py
180+
RUN chmod +x /supervisor-healthcheck.sh
180181

181182
RUN apk add --no-cache \
182183
php7@php \

0 commit comments

Comments
 (0)