mirror of
https://github.com/danog/php.git
synced 2024-11-27 04:14:56 +01:00
8 lines
157 B
Docker
8 lines
157 B
Docker
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
|
|
STOPSIGNAL SIGWINCH
|
|
|
|
COPY apache2-foreground /usr/local/bin/
|
|
WORKDIR /var/www/html
|
|
|
|
EXPOSE 80
|