php/Dockerfile-apache-block-2.template
2020-08-28 15:17:53 -07:00

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