File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ RUN { echo '#!/bin/sh'; echo 'exec pkg-config "$@" freetype2'; } > /usr/local/bi
264
264
ENTRYPOINT ["docker-php-entrypoint" ]
265
265
# #<autogenerated>##
266
266
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
267
- STOPSIGNAL WINCH
267
+ STOPSIGNAL SIGWINCH
268
268
269
269
COPY apache2-foreground /usr/local/bin/
270
270
WORKDIR /var/www/html
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/
261
261
ENTRYPOINT ["docker-php-entrypoint" ]
262
262
# #<autogenerated>##
263
263
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
264
- STOPSIGNAL WINCH
264
+ STOPSIGNAL SIGWINCH
265
265
266
266
COPY apache2-foreground /usr/local/bin/
267
267
WORKDIR /var/www/html
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ RUN { echo '#!/bin/sh'; echo 'exec pkg-config "$@" freetype2'; } > /usr/local/bi
273
273
ENTRYPOINT ["docker-php-entrypoint" ]
274
274
# #<autogenerated>##
275
275
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
276
- STOPSIGNAL WINCH
276
+ STOPSIGNAL SIGWINCH
277
277
278
278
COPY apache2-foreground /usr/local/bin/
279
279
WORKDIR /var/www/html
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ RUN docker-php-ext-enable sodium
282
282
ENTRYPOINT ["docker-php-entrypoint" ]
283
283
# #<autogenerated>##
284
284
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
285
- STOPSIGNAL WINCH
285
+ STOPSIGNAL SIGWINCH
286
286
287
287
COPY apache2-foreground /usr/local/bin/
288
288
WORKDIR /var/www/html
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ RUN { echo '#!/bin/sh'; echo 'exec pkg-config "$@" freetype2'; } > /usr/local/bi
273
273
ENTRYPOINT ["docker-php-entrypoint" ]
274
274
# #<autogenerated>##
275
275
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
276
- STOPSIGNAL WINCH
276
+ STOPSIGNAL SIGWINCH
277
277
278
278
COPY apache2-foreground /usr/local/bin/
279
279
WORKDIR /var/www/html
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ RUN docker-php-ext-enable sodium
282
282
ENTRYPOINT ["docker-php-entrypoint" ]
283
283
# #<autogenerated>##
284
284
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
285
- STOPSIGNAL WINCH
285
+ STOPSIGNAL SIGWINCH
286
286
287
287
COPY apache2-foreground /usr/local/bin/
288
288
WORKDIR /var/www/html
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ RUN docker-php-ext-enable sodium
274
274
ENTRYPOINT ["docker-php-entrypoint" ]
275
275
# #<autogenerated>##
276
276
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
277
- STOPSIGNAL WINCH
277
+ STOPSIGNAL SIGWINCH
278
278
279
279
COPY apache2-foreground /usr/local/bin/
280
280
WORKDIR /var/www/html
Original file line number Diff line number Diff line change 1
1
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
2
- STOPSIGNAL WINCH
2
+ STOPSIGNAL SIGWINCH
3
3
4
4
COPY apache2-foreground /usr/local/bin/
5
5
WORKDIR /var/www/html
You can’t perform that action at this time.
0 commit comments