mirror of
https://github.com/danog/php.git
synced 2024-11-27 04:14:56 +01:00
9e50ad0642
See https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop for more details! Closes #877
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
|
|
STOPSIGNAL WINCH
|
|
|
|
COPY apache2-foreground /usr/local/bin/
|
|
WORKDIR /var/www/html
|
|
|
|
EXPOSE 80
|
|
CMD ["apache2-foreground"]
|