File tree Expand file tree Collapse file tree 8 files changed +24
-0
lines changed
Expand file tree Collapse file tree 8 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,9 @@ RUN { echo '#!/bin/sh'; echo 'exec pkg-config "$@" freetype2'; } > /usr/local/bi
259259
260260ENTRYPOINT ["docker-php-entrypoint" ]
261261# #<autogenerated>##
262+ # https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
263+ STOPSIGNAL WINCH
264+
262265COPY apache2-foreground /usr/local/bin/
263266WORKDIR /var/www/html
264267
Original file line number Diff line number Diff line change @@ -256,6 +256,9 @@ COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/
256256
257257ENTRYPOINT ["docker-php-entrypoint" ]
258258# #<autogenerated>##
259+ # https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
260+ STOPSIGNAL WINCH
261+
259262COPY apache2-foreground /usr/local/bin/
260263WORKDIR /var/www/html
261264
Original file line number Diff line number Diff line change @@ -268,6 +268,9 @@ RUN { echo '#!/bin/sh'; echo 'exec pkg-config "$@" freetype2'; } > /usr/local/bi
268268
269269ENTRYPOINT ["docker-php-entrypoint" ]
270270# #<autogenerated>##
271+ # https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
272+ STOPSIGNAL WINCH
273+
271274COPY apache2-foreground /usr/local/bin/
272275WORKDIR /var/www/html
273276
Original file line number Diff line number Diff line change @@ -277,6 +277,9 @@ RUN docker-php-ext-enable sodium
277277
278278ENTRYPOINT ["docker-php-entrypoint" ]
279279# #<autogenerated>##
280+ # https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
281+ STOPSIGNAL WINCH
282+
280283COPY apache2-foreground /usr/local/bin/
281284WORKDIR /var/www/html
282285
Original file line number Diff line number Diff line change @@ -268,6 +268,9 @@ RUN { echo '#!/bin/sh'; echo 'exec pkg-config "$@" freetype2'; } > /usr/local/bi
268268
269269ENTRYPOINT ["docker-php-entrypoint" ]
270270# #<autogenerated>##
271+ # https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
272+ STOPSIGNAL WINCH
273+
271274COPY apache2-foreground /usr/local/bin/
272275WORKDIR /var/www/html
273276
Original file line number Diff line number Diff line change @@ -277,6 +277,9 @@ RUN docker-php-ext-enable sodium
277277
278278ENTRYPOINT ["docker-php-entrypoint" ]
279279# #<autogenerated>##
280+ # https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
281+ STOPSIGNAL WINCH
282+
280283COPY apache2-foreground /usr/local/bin/
281284WORKDIR /var/www/html
282285
Original file line number Diff line number Diff line change @@ -269,6 +269,9 @@ RUN docker-php-ext-enable sodium
269269
270270ENTRYPOINT ["docker-php-entrypoint" ]
271271# #<autogenerated>##
272+ # https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
273+ STOPSIGNAL WINCH
274+
272275COPY apache2-foreground /usr/local/bin/
273276WORKDIR /var/www/html
274277
Original file line number Diff line number Diff line change 1+ # https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
2+ STOPSIGNAL WINCH
3+
14COPY apache2-foreground /usr/local/bin/
25WORKDIR /var/www/html
36
You can’t perform that action at this time.
0 commit comments