Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit09db3a6

Browse files
Make supervisor healthcheck executable
1 parentea038a0 commit09db3a6

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

‎Dockerfile-5.6‎

Lines changed: 1 addition & 0 deletions
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\

‎Dockerfile-7.1‎

Lines changed: 1 addition & 0 deletions
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\

‎Dockerfile-7.2‎

Lines changed: 1 addition & 0 deletions
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\

‎Dockerfile-7.3‎

Lines changed: 1 addition & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp